Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hey,
In the attached example,
is it possible that when a user selects a bookmark, the current selection will not be deleted?
for example,
If the user selects year - "2018 "
and then the user selects Bookmark - "BookMark-ID's"
the current selections are deleted.
How can I prevent selections from being deleted when a user selects a bookmark?
Another question,
If the user is in the sheet -"Details"
And then he selects Bookmark - "BookMark-ID's" the user is automatically moved to the sheet "Marketing Summary"
Is it possible that the user remain in the same sheet when he selects the bookmark, and will not be moved to the sheet where the bookmark is created?
Press CTRL-SHIFT-B to open the bookmark properties.
Then enable the '+' option (additive selections)
of course, only compatible selections will be kept
Press CTRL-SHIFT-B to open the bookmark properties.
Then enable the '+' option (additive selections)
of course, only compatible selections will be kept
I think your second issue has nothing to do with the bookmark, same will happen if you press Clear button on Details tab.
I guess you have some trigger actions on field _Main_Menu_Desc that do this, but since it's a hidden field, I can't see the actions on doc properties.
But the change described above for the bookmark should at least prevent the tab switch when activating the bookmark.
Thank you!