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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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

May be this

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