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

Getting the detailed record set for month selected

My requirement is as follows:

Initially only Table 1 is displayed and Table 2 is hidden.

Table 1:

MonthTotal Sales
Jan1200
Feb2000
March2500
April1000
May

5200

On selecting 'Jan' following table needs to be displayed which is the detailed record set for January itself and Table 1 must be hidden on selection.

Table 2:

  

MonthDateCountryTotal Sales
Jan5/1/2016USA200
Jan10/1/2016IND800
Jan30/1/2016UK200
1 Solution

Accepted Solutions
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

You can use the QlikView Variable to show and hide the charts.

Have a look at the link below.

QlikView App: Show and Hide Windows Dynamically

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!

View solution in original post

5 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

You can use the QlikView Variable to show and hide the charts.

Have a look at the link below.

QlikView App: Show and Hide Windows Dynamically

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
Not applicable
Author

Thanks Kaushik Solanki. Show/Hide is fine, now in order to link Table 1 and Table 2 on the basis of month selected what approach is needed?

MayilVahanan

HI

For Table1:

Layout Condition is GetSelectedCount(MonthFieldName) = 0

For Table2:

Layout Condition is  GetSelectedCount(MonthFieldName) <> 0

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
saimahasan
Partner - Creator III
Partner - Creator III

You can use conditional statement on table2 and write the expression as

=If(GetSelectedCount(Month)>0,1,0).

This will cause Table2 to get displayed only if a value is selected in Month field otherwise Table2 will be hidden.

kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

What do you mean by linking? If you mean that you have 2 excel and you want to link them using Month then Alice both the field as same name. When QlikView find same name across 2 tables, it will join by default.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!