Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi every one,
I'm in the process Migration from Qlik View to QlikSense . In the QlikView Pivot Table there is a option Sort by Sate but in the Qlik Sense there is not any option to like this. Is there any Person who could help me with this problem?
Thanks in Advanced
Sama
May be try something like below
LOAD
Field1,
Field2,
Field3
FROM [your_data_source]
Order By Field1, Field2, Field3; // Specify the sort order based on your requirement