Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
How to do this example ?
Thank you !
Alternative ?
I would transpose the data into daily rows. Then you can just summarize it with previous( ) function (order by date desc)..
- Ralf
Hi,
I updated the example.
Expression for tomorrow is: below(count(NoCommande))
To ensure the right figures the sort of DateCommande should set to Ascending.
- Ralf
Thank Ralf !
How to use it for example2.qvw ?
Thank you once again !
I don't see what is wrong with it..
I suggest you try the rangecount function. Since I'm not quite sure what the expected end result should be, I would encourage you to read the Help topic for the range functions used in conjunction with the above, below, before and after functions. The form of the expression will be something like:
rangecount (below(count({SET ANALYSIS stuff} yourfieldname),yourstartingrow,yourinterval))
Set Analysis can be applied to the count function and make sure to study the effect of the TOTAL keyword in these functions.
Thank you very much for your help !