Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

List box for Bookmark

Hi All

i read the blog post YA(H)Q Blog

I set my bookmark as below :-

BM01 for SOURC=TDSS

BM02 for SOURC=TDST

BM03 for SOURC=TDSKL

BM04 for SOURC=TDSPG

BM05 for SOURC=TID

My inline load as below :-

LOAD * INLINE[

BMName  ,BMId

BM 01 TDSS ,BM01

BM 02 TDST ,BM02

BM 03 TKL  ,BM04

BM 04 TPG  ,BM05

BM 05 TID  ,BM06

];

But when i click the list box 1 , Box 2 field label does not turn on. when i use Bookmark pull down manu it work fine.

Can some one advise me where go wrong ?

Paul

Labels (1)
1 Solution

Accepted Solutions
simondachstr
Specialist III
Specialist III

2 small mistakes:

1) The first trigger is a Clear All, which takes off the selection in the bookmark. Remove this.

2) In your INLINE table you load BM01, BM02 etc. which is fine. However, the bookmarks you created carry a different ID:

community_wrongbookmarks.png

Fix those two issues and it should work all fine.

Martin

View solution in original post

2 Replies
simondachstr
Specialist III
Specialist III

2 small mistakes:

1) The first trigger is a Clear All, which takes off the selection in the bookmark. Remove this.

2) In your INLINE table you load BM01, BM02 etc. which is fine. However, the bookmarks you created carry a different ID:

community_wrongbookmarks.png

Fix those two issues and it should work all fine.

Martin

Not applicable
Author

Thank you for your image , i know where i am wrong.