Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to use Set Analysis in above case

Hi,

How to do this example ?

Thank you !

17 Replies
Not applicable
Author

Alternative ?

rbecher
MVP
MVP

I would transpose the data into daily rows. Then you can just summarize it with previous( ) function (order by date desc)..

- Ralf

Data & AI Engineer at Orionbelt.ai - a GenAI Semantic Layer Venture, Inventor of Astrato Engine
Not applicable
Author

Hi,

I updated the example.

rbecher
MVP
MVP

Expression for tomorrow is: below(count(NoCommande))

To ensure the right figures the sort of DateCommande should set to Ascending.

- Ralf

Data & AI Engineer at Orionbelt.ai - a GenAI Semantic Layer Venture, Inventor of Astrato Engine
Not applicable
Author

Thank Ralf !

How to use it for example2.qvw ?

Thank you once again !

rbecher
MVP
MVP

I don't see what is wrong with it..

Data & AI Engineer at Orionbelt.ai - a GenAI Semantic Layer Venture, Inventor of Astrato Engine
Not applicable
Author

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.

Not applicable
Author

Thank you very much for your help !