Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hey Guys,
I'm trying to clear a field in a set analysis. So, when someone selects a year I don't want the graph to change.
Add the field without a set modifier:
Sum({<IgnoredField=>} Sales)
That should ignore the selection on IgnoredField.
Add the field without a set modifier:
Sum({<IgnoredField=>} Sales)
That should ignore the selection on IgnoredField.
Sweet! That worked.
I kept trying Sum({<IgnoredField=''>} Sales)