Skip to main content

QlikView App Dev

Discussion Board for collaboration related to QlikView App Development.

Announcements
Action-Packed Learning Awaits! QlikWorld 2023. April 17 - 20 in Las Vegas: REGISTER 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;