Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello I have a bar chart where I compare two values.
I would like to blok this chart even if I use some filter.
the set expression in the Measure is the following:
=Rangesum(above(count({1}{<CampaignID={605900}>} DataUpd_Conf),0,rowno()))
this test with {1} doesn't work.
Some idea??
Thanks in advances
Try this
=Rangesum(Above(Count({1<CampaignID = {605900}>} DataUpd_Conf), 0, RowNo()))
You could create an alternate state and on the general tab of the chart assign the state.
Try this
=Rangesum(Above(Count({1<CampaignID = {605900}>} DataUpd_Conf), 0, RowNo()))