Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a qlikview report which have 3 tables (sales, customer account, aging reason).
For 1st day of the month, I would like to have 3 tables updated, but the rest of the day, I only wants aging reason to be load/update.
Is this doable?
sales:
Load *;
SQL Select * from sales;
CustomerAccount:
Load *;
SQL Select from customers;
agingreason:
Load *;
SQL Select from agingreason;
[Removed duplicate]