Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
OK, i did not realize that ...Thanks!