Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.

App Development

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now

Who Me Too'd this solution

marcus_sommer

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

Who Me Too'd this solution