Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have a set expression
Sum({$<MonthYear=>}sales)
now i want to add a flag to it MYflag ={'1'}
How can i add it
Sum({$<MonthYear=, MYflag ={'1'}>}sales)
Hi gysbert
when i'm giving the flag my chart is showing no data to disaplay
My problem started here
in the below thread can you please help me out
The problem in chart
when i'm selecting the Asof month i'm not getting the correct results
When i'm selecting the asof month and monthyear i'm getting the correct results
Below are the dimensions and expressions used
DIM1 Monthyear
DIM2 =Aggr(If(Rank(Sum(sales),4,1)<=5,country),country)
expression
Sum({$<MonthYear=>}sales)
Hi John,
Can you upload qvw?