I have fields, score, month, region and area. I need some of the score for maximum month. But my selection boxes have month, area and region.
On selection of month box the value changes although in modifier I have specified month to max month variable.
Sum(1<month={"$maxmonth"},region=p(region),area=p(area)>score)
It still changes value when I select some other month.
Qlik set analysis, partial selection of a field through modifier while ignoring the same fields selection
916 Views Asked by Sidra Nisar At
3
So I figured out that my selections in the selection box were changing my variables value which in turn was changing the month fields modifier. I