Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
happyfeet11
Contributor III
Contributor III

data analysis, DATE TIME FIELD. GROUPING AGGREGRATION

Dear Friends

 I am in a big fix and have been spending days to figure out few things in qliksense.

 

i have the folowing table :

 

 

happyfeet11_0-1638527857392.png

 

 

and the result should be each mode type and id 

id        date_time         mode   mode_start      mode _endtime

 

can you please help here urgently

 

best

ïndrani

Labels (1)
2 Replies
anat
Master
Master

can u try like below:

tab:
load * inline [
date,mode
01/12/2021,A
01/12/2021,B
04/12/2021,A
02/12/2021,B
05/12/2021,A
06/12/2021,B
];


t2:
load mode,date(min(date)),date(max(date)) resident tab group by mode;

happyfeet11
Contributor III
Contributor III
Author

Hi sorry what happens if the datefields are different for each field. see column 1