Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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 ?
what is your function to calculate the new order No?
Enjoy your Qlik.
Kind regards,
Théo ATRAGIE.
what is your function to calculate the new order No?
Enjoy your Qlik.
Kind regards,
Théo ATRAGIE.
No function is set, that is only for illustration purpose.
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.