Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Bookmarks not working due to added field to a table

We have 30+ several users that have their own bookmarks. 

With that being said, We added one field (a key field) called HOBO_MARKET_CODE to a LEFT JOIN of a table in the QVW and it seems this small change has significantly changed users bookmarks. This field is no where used in the front end so I am not sure how this small change would effect bookmarks. I tested this by removing and adding the field and noticed this change screwed up peoples bookmarks. See code below...

LEFT

JOIN (Billing) LOAD

market_id,

    
[Market],

    
HOBO_MARKET_CODE - added field

FROM

QVD\Market.qvd

(
qvd);

So does this mean ANY type of structure change that bookmarks will always be effected?  Is there anyway around this because 30+ users need to recreate there bookmarks every time there is ANY type of change to the QVW?

Any advice is greatly appreciated.

0 Replies