Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
Can you please explain how to implement bellow one.
XP
--------
1-(1-current record)
1-{(1-prev result)*(1-current record)}
:
:
:
:
And so on n th record
XP is field name
Here i have the separate field for current , next recods.
Sales rate
-------------------
1
2
3
4
6
8
:
:
:
And so on n th record
Using this need to calculate in qv script.
Thanks.
What is the expected output here?
Hi there,
Do you have any kind of data that you want to implement this rate? Creating this out of nowhere to me seems dificult. Can you please attach a QVD or a QVW or even specify what for you need this rate?
Regards,
MB
Try like
If (rowno()=1,1-fieldname,(1-peek(XP))*(1-fieldname)) as XP