Formula-based counter using IF ELSE statement
Hi team ... now an Install Base counter question.
We need to define the following statement in a formula based counter. We have two counters:
COUNT1 is regular, fluctuating
COUNT2 is absolute, ascending
we need the following value definition for the formula counter
If COUNT2 < 11 then
0
Else
COUNT1
that's it... that's all
Any idea on how to 'implement' this in the counter's formula text?
Thank you in advance for any help you can provide.