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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Line Ordering and Sequence Variation

Hi,

This is my first post here, sorry about my bad English and  if i mistake something here. I would like some help in the problem below.

I have a database with 5 date columns, and i need to put each line in a crescent order, and know the types of sequence variation that i have like the tables below:

Data base Example:

Date1Date2Date3
01/01/201502/02/201515/01/2015
02/02/201501/01/201515/01/2015
02/02/201515/01/201501/01/2015

Put in order:

Column1Column2Column3
01/01/201515/01/201502/02/2015
01/01/201515/01/201502/02/2015
01/01/201515/01/201502/02/2015

Types of variation:

Column1Column2Column3
Date1Date3Date2
Date3Date1Date2
Date3Date2Date1
1 Solution

Accepted Solutions
petter
Partner - Champion III
Partner - Champion III

This might be a solution for you:

2015-04-23 #1.PNG

View solution in original post

2 Replies
petter
Partner - Champion III
Partner - Champion III

This might be a solution for you:

2015-04-23 #1.PNG

Not applicable
Author

Awesome Petter!

Thank you very much!