
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How create a button for select and deselect a Flag without macros
Hi all,
I would create a button that set the value of a Flag to 1 (if the Flag was 0) and viceversa.
I'm using comparative analysis, so the Flag must be set for all the Sets of the comparative analysis.
Any idea?
PS: Sorry for my bad english....
Accepted Solutions


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
you can use Actions. Create a button, open properties, go to Actions tab, add new Action with Selection type. Select your Flag field. and type an expression like this: = if (Flag = 1, 0, 1)


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
you can use Actions. Create a button, open properties, go to Actions tab, add new Action with Selection type. Select your Flag field. and type an expression like this: = if (Flag = 1, 0, 1)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I had tried that and did not seem to work, but I realized that the problem was in the data!
Thanks anyway for the quick response


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you could provide your qvw example, I'll try to help.
