HFM and Calculation Manager - OnDemand rules and GENERIC rule type
Hi,
I've just started using the newest version of HFM (11.1.2.4.202) and I wonder for what we can use GENERIC() Sub in Calculation Manager for HFM?
second question is how to add OnDemand rule? I don't want to add it in Calculation Sub because I don't want to run it every time when I run calculations / consolidations. Without adding it to any subset it is unavailable in dataforms,
when I've added it to to GENERIC section I have that part of code in rule file:
Sub GENERIC()
call OnDemand_clear(false)
End Sub
but when I'm trying to run this rule I got "EPMHFM-102:Error executing VBScript" - what could be wrong?