Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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..
You can set an initial calculation condition on your table like: not isnull(GetFieldSelections([YourTreemapDimension]))
You can set an initial calculation condition on your table like: not isnull(GetFieldSelections([YourTreemapDimension]))
thanks michele , it works perfectly now
you are welcome