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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
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

Labels (1)
1 Reply
sunny_talwar
MVP
MVP

May be this

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