Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
suvechha_b
Creator III
Creator III

Dynamic Bookmark not working ?

Hi All ,

Please kindly assist , I am unable to create the dynamic bookmark. I created a variable vDate  =date(max([ClaimRegistered]),'YYYY-MM-DD').

After that I am creating the default bookmark. but it is not working. 

sample model attached.

Note: I noticed the Selection as =ClaimRegistered and nothing is set in the expression. Please kindly assist to create my dynamic bookmark, it should select the max(ClaimRegistered)

clipboard_image_0.png

 

When I am reopening the App - the ClaimRegistered is not having the = sign

clipboard_image_1.png

But when I am selecting the Claim Registered from the filter pane I am getting the ClaimRegistered with a = sign

clipboard_image_2.png

 

And my 'For the Month' values are also not working correctly with the "=" sign. ?

1 Solution

Accepted Solutions
agigliotti
Partner - Champion
Partner - Champion

in your "ClaimRegistered" filter remove the equal sign "=" from the field name.

View solution in original post

5 Replies
agigliotti
Partner - Champion
Partner - Champion

in your "ClaimRegistered" filter remove the equal sign "=" from the field name.

laxmir
Contributor
Contributor

Hi,

I am using Dynamic filter for last month as bookmark

=Month=Month(Addmonths(today(),-1)) but it seems not working .

Today after refresh it should show May data( current Month June so last month is May) but still it showing April data.

Please guide.

thanks,

laxmi rawat

ioannagr
Creator III
Creator III

@agigliotti  hello, same problem here, dynamic bookmark like =Date=max({1} Total Date) doesnt get updated 😕 What can I do to fix it?

agigliotti
Partner - Champion
Partner - Champion

could you please attach the bookmark set expression to look at?
is "Date" your field name?
what do you get if you put the expression  =max({1} Total Date)  in a text object?

agigliotti
Partner - Champion
Partner - Champion

could you please attach the bookmark set expression to look at?
however the left part of the expression should be the field name ex. =yourMonthFieldName=Month(Addmonths(today(),-1))