Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

table be blank till selections are made

i have a treemap and a table in my qvf i want the table to be blank initially but based on the selections made in the treemap i want data to be added in the table..

Capture.PNG

1 Solution

Accepted Solutions
micheledenardi
Specialist II
Specialist II

You can set an initial calculation condition on your table like: not isnull(GetFieldSelections([YourTreemapDimension]))

QlikvsPowerBI-datamodels0009.png

Michele De Nardi
If a post helps to resolve your issue, please accept it as a Solution.

View solution in original post

3 Replies
micheledenardi
Specialist II
Specialist II

You can set an initial calculation condition on your table like: not isnull(GetFieldSelections([YourTreemapDimension]))

QlikvsPowerBI-datamodels0009.png

Michele De Nardi
If a post helps to resolve your issue, please accept it as a Solution.
Anonymous
Not applicable
Author

thanks michele , it works perfectly now

micheledenardi
Specialist II
Specialist II

you are welcome

Michele De Nardi
If a post helps to resolve your issue, please accept it as a Solution.