Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All
is it possible to select all in a book mark and exclude certain selection, but if the dataset updates with new data in that field to include the new data?
If you select the book mark "Correct Models" it will select everything except 325i which is what I selected
but now when the dataset has updated and there is a new row for Bmw 135i I want this to be included in my bookmark selection.
is there a way to allow the book mark to include new data?
Original Data
ItemNo | CarBrand | Model | Value |
---|---|---|---|
1 | Toyota | Corolla | 1000 |
2 | Hyundai | Atos | 1500 |
3 | Bmw | 325i | 5000 |
4 | Bmw | 525i | 6000 |
Updated Data:
ItemNo | CarBrand | Model | Value |
---|---|---|---|
1 | Toyota | Corolla | 1000 |
2 | Hyundai | Atos | 1500 |
3 | Bmw | 325i | 5000 |
4 | Bmw | 525i | 6000 |
5 | Bmw | 135i | 9000 |
qlikview store the Bookmarks a .shared files , One way would be is to read this .shared files using
one of the utilities from Power Tools 1.2 for QlikView to extract the data
or
You could "Replace" the current bookmark, which is essentially updating it. Just make the selections you want, and from the Bookmarks menu, select "Replace Bookmark", and select the bookmark you want to replace (or update).
Unfortunately in the real model, there are quite a few selections so redoing the book mark is not an option...
Did you tried my other suggestion
"
qlikview store the Bookmarks a .shared files , One way would be is to read this .shared files using
one of the utilities from Power Tools 1.2 for QlikView to extract the data and update it according to the requirement "
Check this attached work around. I used a trigger to create the BM. This is one time action after every reload. In desktop version, you can set this action with OnPostReload trigger too.
I think you will need a search-expressions which all dimension-values includes unless those one which you explicit excludes. Here are very good explanations how you could create such search expression/string:
Compound Search - demystified | Qlik Community
- Marcus
Hi Tresesco
I think this may work for me, but instead of creating a new book mark I replace the original, otherwise I will end up with many bookmarks for the same selection... I just need to test this some more.
HI,
you can apply your selection [Model] field as
=not wildMatch(Model,'325i')
and save it as bookMark.
Regards,
Ely
Hi Tresesco
I just realized that the users need to be able to recreate the bookmarks if need be.
is there another way to manage the the filters simply maybe on a spreadsheet that can be updated.by the users... ?
Hi Avinash
unfortunately I am unable to install any other applications based on my environment, so I cant even attempt it...