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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
mario-sarkis
Creator II
Creator II

sort data in script by timeStamp

Dear ALL , hope that you can help in this .

Could you please tell me how I can sort ascending by Data by TimeStamp for field in the script?

Thank you in advance.

1 Solution

Accepted Solutions
Anil_Babu_Samineni

You can try like this?

Load TimeStamp Resident Table Order By TimeStamp ASC;

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful

View solution in original post

2 Replies
Anil_Babu_Samineni

You can try like this?

Load TimeStamp Resident Table Order By TimeStamp ASC;

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
andrei_delta
Partner - Creator III
Partner - Creator III

Don't forget about the Data