Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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

Labels (1)
1 Reply
its_anandrjs
Champion III
Champion III

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

Ex:-

Load

..

..

RowNO() As Rowid

From Source;