Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
=GetSelectedCount(Month_col)
Hi
= Count(distinct Month) gives the result.
For Fiscal Calendar
http://community.qlik.com/blogs/qlikviewdesignblog/2013/05/28/fiscal-year
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.