Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I need to fill up an excel Sheet with all registers that QlikView read for all tables in my differents models. But I have a models with many tables. So, is there an option in QlikView that give the total of registers. In the log file appears but are too many tables.
Thank you.
In the load script add a loosly couple table (no relation with any other table), and add record with the register when its read into qlikview.
Kiran Rokkam.
I understood the tables that I have to create for example
Load
'A' as A,
'B' as B;
but I didn't understand ( and add record with the register when its read into qlikview.)
Could you please put an example.
Thank you