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

Bookmark in set analysis

Hi ,

I have a bookmark with the Id BM01

I'm trying to integrate it into the following expression

=Count({<[Transaction Year]={$(=max([Transaction Year]))},Flag_Field_ID={1}>} type_code)

I tried the following

1)

=Count({$*BM01}{<[Transaction Year]={$(=max([Transaction Year]))},Flag_Field_ID={1}>}transaction_type_code)

2)

=Count({BM01}{<[Transaction Year]={$(=max([Transaction Year]))},Flag_Field_ID={1}>}transaction_type_code)

doesn't give the right results

did not work
Any tips on syntax ?

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Use this:

count({BM01<....

View solution in original post

3 Replies
Anonymous
Not applicable
Author

Use this:

count({BM01<....

Anonymous
Not applicable
Author

Thank you !

rhpestana
Contributor
Contributor

Bom dia,

Sabe como fazer quando o id do bookmark possuí um hífen? (ex: bm6511-1)

 

obrigado,