Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a chart with one dimension and one expression - the expression being a variable: $(vVar)
How do I make my chart ignore all selections? I understand that I need to use set analysis {1}, but where do I put it in my expression?
Many thanks,
Jess
or you may simply create another variable for this particular chart!
How is your variable looks?
in the variable definition
That depends on how your variable is defined. If the definition has aggregation function(s), you have to include {1} in them. Like:
vVar= Sum({1} Sales)
SUM(Points)/SUM(Size)
But I don't want to write anything else into the variable expression, as in other places I do expect it to respond to selections.
Thanks,
Jess
try
SUM( {1} AGGR( $(vVar), DimensioninChart) )
Afraid that doesn't work - 'No data to display'
sorry try as below
SUM( {1} AGGR( $(vVar), DimensioninChart) )
approximately you can use like this Sum(1{<$(vSegment)={'All'}>} Sales)
else provide your sample data and expected output so that our folks will help to u.
I don't think whether below conditions works for you. Why not in Variable overview. Is there any restriction?
like below
SUM({1} Points)/SUM({1} Size)