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: 
vanir88
Creator
Creator

how to calculate month wise total count of session ids based start date

Hi,

i have columns like [session Id], [start date], [finish date] so how to calculate below one

 

vanir88_0-1677039850650.png

 

Labels (3)
1 Solution

Accepted Solutions
G3S
Creator III
Creator III

 would have  to get the month out of the [Start date] then bring that into the chart.  you would have to play around with the format/syntax of the field

View solution in original post

6 Replies
G3S
Creator III
Creator III

the measure would be the count of ID and the dimension for months would be 

MonthName([Start date])

vanir88
Creator
Creator
Author

if i use above one im getting line chart like below.

vanir88_2-1677043593455.png

 

G3S
Creator III
Creator III

just checking, did the MonthName([Start date]) not work for x axis?

vanir88
Creator
Creator
Author

yes

G3S
Creator III
Creator III

 would have  to get the month out of the [Start date] then bring that into the chart.  you would have to play around with the format/syntax of the field

vanir88
Creator
Creator
Author

yes,  extracted  month and used in chart  but still it is coming like below.

vanir88_0-1677046283629.png