Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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.