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: 
qlikviewaf
Creator
Creator

MonthYear

Hi,

i have 2 different dimension:

- MonthYear

- SurgeryMonthYear

I would like to select in my report the MonthYearServices based on the MonthYear selection. So just selection on MonthYear should be done.  Is something possible?

I'm using this formula but is not working

=Sum({<SurgeryMonthYear={$(=concat(chr(39) & MonthYear & chr(39),',') },MonthYear=,Day=,Year=,Month=,Quarter=>}WI_EUR)

Can anyone please advise?

Thank you

1 Reply
sunny_talwar

May be this

=Sum({<SurgeryMonthYear = p(MonthYear), MonthYear, Day, Year, Month, Quarter>}WI_EUR)