Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
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;