Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi everyone,
I came across a lil problem I want to save the selection of one sheet in variables and when I get back to this sheet all the fields should get the values of the variables I have defined. so far so good. if i just select one value it is no problem to use the trigger set field value but if i select for example 20 of 201456 it is not possible to set the field value again like it was before it only works if there was just one value selected! does anyone know what i could do???
The easiest solutions is to use bookmarks instead. Use a bookmark for each sheet. Then add actions OnActivate triggers. The action for the OnActivate trigger a Apply Bookmark action. If you want to store the selections before moving to the other sheet you can use the OnLeave trigger with a Replace Bookmark action.
The easiest solutions is to use bookmarks instead. Use a bookmark for each sheet. Then add actions OnActivate triggers. The action for the OnActivate trigger a Apply Bookmark action. If you want to store the selections before moving to the other sheet you can use the OnLeave trigger with a Replace Bookmark action.
thank you haven thought about this idea...it was so much easier