cancel
Showing results for 
Search instead for 
Did you mean: 

Lumira Designer - Bookmark - personalized layout not saved

0 Kudos

Hello,

we have a planning application with crosstab where data input is possible and the dimensions can be selected with navigation panel. In the initial view not all the dimensions are shown and some users would like to save the layout with different order of the dimensions (columns) or select just one. But when the bookmark is saved and loaded, it appears in the initial view and not in the saved layout as bookmark as expected. (There is no error in the log neither in the app) Even when filtered and changed the dimensions, it still provides results in the initial view though for the selected filtered data.

What is being saved within the bookmark by default? Is there a way to be able to save those personalized layouts?

Thank you in advance for your help.

Kind regards,

Dagmar

Accepted Solutions (0)

Answers (3)

Answers (3)

reiner_hille-doering
Active Contributor
0 Kudos

Generally this is correct. However there are many things that could go wrong, thus I would recommend to try step-by-step:

  1. Create a single bookmark instance and show the ID on the screen.
  2. Load the bookmark by script, e.g. during onStartup script
  3. Remove onStartup script, instead call PERSONALIZATION.setPersonalization(<id>) on a button and press it once.
0 Kudos

Hello Reiner,

thank you for your quick reply. I already had set up Bookmark technical component and it has worked for other scenarios.

In the end I have tried to create Personalization and added the following script to bookmark icon and it is working now as expected so far:

var bookmark_id = LISTBOX_BOOKMARKS.getSelectedValue();

PERSONALIZATION.setPersonalization(bookmark_id);

Thank you and kind regards,

Dagmar

reiner_hille-doering
Active Contributor
0 Kudos

A Bookmarks technical component need to be configured - specifying which components (and thus which properties) are saved. In you case all properties are part of the data source - thus you need to you data source to be contained in the bookmark.