Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
cancel
Showing results for 
Search instead for 
Did you mean: 
abhaysingh
Specialist II
Specialist II

Month

I am using financial calendar

when I will select month like apr,may , jun it should give me 3

like the maximum selection I will do it will return the number accordingly

3 Replies
anbu1984
Master III
Master III

=GetSelectedCount(Month_col)

MayilVahanan

Hi

= Count(distinct Month) gives the result.

For Fiscal Calendar

http://community.qlik.com/blogs/qlikviewdesignblog/2013/05/28/fiscal-year

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
jagan
Luminary Alumni
Luminary Alumni

Hi,

To get the selected count use GetSelectedCount(),

=GetSelectedCount(MonthFieldName)


If you are expecting something other then explain what you exactly want with some sample data and expected output.


Regards,

Jagan.