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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
dleelearn
Contributor II
Contributor II

Lookup Function in Set Analysis

My current selection is JUN2024 and i would like to have a new column 'NEW ORDER NO' by showing all result as 7.

Any way I can do ?

Labels (3)
1 Solution

Accepted Solutions
theoat
Partner - Specialist
Partner - Specialist

what is your function to calculate the new order No?

Enjoy your Qlik.

Kind regards,
Théo ATRAGIE.

View solution in original post

4 Replies
dleelearn
Contributor II
Contributor II
Author

Screenshot 2024-03-01 183713.png

theoat
Partner - Specialist
Partner - Specialist

what is your function to calculate the new order No?

Enjoy your Qlik.

Kind regards,
Théo ATRAGIE.

dleelearn
Contributor II
Contributor II
Author

No function is set, that is only for illustration purpose.

theoat
Partner - Specialist
Partner - Specialist

If you want that the measure is calculated on all month, you can try this (for the case where we count the number of order in each month) :
count({<MONTHYEAR =>}distinct OrderId)

Enjoy your Qlik.

Kind regards,
Théo ATRAGIE.