Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

data validations dw to Qlikview

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

1 Reply
its_anandrjs

In your table load in the final load use Rowno() for counting the row counts

Ex:-

Load

..

..

RowNO() As Rowid

From Source;