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

Different results with same Set Expression

Hello, I have a basic Set Expression using a bookmark, and I applied that to a table measure (in the table also I have one dimension which is my_field_id):

Only({MyBookmark} my_field_id)

It works OK. But if I change my measure to:

Only({$*MyBookmark} my_field_id)

with no selections I get no results. If I change the measure to:

Only({1*MyBookmark} my_field_id)

also I get no results.

 

But, if in the same table I add a new dimension with any field of my data model I get the correct results adding $ or 1 to set expression. How the set expression works in this case? I can't understand.

 

Labels (3)
0 Replies