Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
regowins
Creator II
Creator II

Conditionally load tables in the script

Hi all

Is it possible to conditionally load tables in the script?  For example, the pseudo code would be something like this:

If  current Year then

                 Load Only Table A   

      else if  Current Year and  Q1 of Current Year then

                                 load Table A & Table B

else       

                          Load Table A

Thanks for the help

2 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

     Yes it is possible to use the conditional loading of the tables.

     The same logic which you have shown can be used.

Regards,

Kaushik Solanki

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

OK,  i did not realize that  ...Thanks!