Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Display empty table by default

Hi,

I am a beginner and I am trying to create a report.

I have 2 tables the first one shows some selected fields from a database and the second one shows more fields when a selection is made in the first table.

I want to show data in the second table only when a selection is made from the first table, could anyone please help.

Thank you.

1 Solution

Accepted Solutions
rubenmarin

Hi Salma, maybe using the calculation condition on the second table, in properties -> general -> calculation condition set a condition like:

GetSelectedCount(FieldName1) or GetSelectedCount(FieldName2) or... // Add the different selectable fields from table 1

View solution in original post

2 Replies
rubenmarin

Hi Salma, maybe using the calculation condition on the second table, in properties -> general -> calculation condition set a condition like:

GetSelectedCount(FieldName1) or GetSelectedCount(FieldName2) or... // Add the different selectable fields from table 1

Anonymous
Not applicable
Author

Thank you that was really helpful.