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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

From Month & To Month ?

HI All,

I need to create a simple report, based on Sales like sum(sales).

My point is I am having month in the data, i need to see From Month & To Month filters in Qlikview.

Kindly find the attached excel file.

How can i achieve it ? Kindly help me on this.

Regards,

Helen

Labels (1)
15 Replies
adamdavi3s
Master
Master

Hi Helen,

Try separating with a ; rather than ,

Not applicable
Author

thanq 🙂

Not applicable
Author

Than Q Adam .

But sort option is not available, Months are coming randomly. how can we do .

adamdavi3s
Master
Master

Hi Helen,

Just working on something else, is it just listing them alphabetically?

I've tackled this before so will refresh my memory when I get a second

Not applicable
Author

not alphabetically, It should be from Jan, Feb,Mar,.......Dec .. Like that order

adamdavi3s
Master
Master

Hi Helen,

If you're adding them manually then as far as I know it should just list them in that order.

However if you're using the concat function then you can add a third parameter to do the sort so in my example file above:

=concat(distinct Month,',',Monthno)

obviously changing the separator as necessary