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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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
Partner - Champion III
Partner - Champion III

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.