Community
Discussion Board for collaboration related to QlikView App Development.
Hi All,
How to get all tables row counts daily,After full load or incremental load
Like fetching data from data warehouse ,getting all rows or not
In your table load in the final load use Rowno() for counting the row counts
Ex:-
Load
..
RowNO() As Rowid
From Source;