Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
You could use a calculated dimension with: pick(MyField + 1, 'No', 'Yes') respectively moving this logic into the data-model and/or creating a dual(), like: dual(pick(MyField + 1, 'No', 'Yes'), MyField) as MyField
View solution in original post