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

Dual in Expression

Dear Community

 

I am having not output with the below:

=dual( Sum(({<Year={$(=max(Year))},MONTH={$(=MONTH(LatestDate))}>}$(vMeasure))/1000) & ' (' & num((sum({<Year={$(=max(Year))},MONTH={$(=MONTH(LatestDate))}>}$(vMeasure))/sum({<Year={$(=Year(LYY))},MONTH={$(=MONTH(LYM))}>}$(vMeasure)))-1,'##.0%'))

 

Can I please ask for some guidance 

 

Regards

1 Solution

Accepted Solutions
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

First of all, Dual() takes two parameters and I think I only see one on your expression.

I suggest you break down the expression into smaller pieces and determine what s working and what is not. 

-Rob

View solution in original post

1 Reply
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

First of all, Dual() takes two parameters and I think I only see one on your expression.

I suggest you break down the expression into smaller pieces and determine what s working and what is not. 

-Rob