Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi experts,
What is the difference between rownum & rowid ?
Do you mean RowNo() and RecNo()?
RecNo( )
Returns an integer for the number of the currently read row of the source data table. The first record is
number 1.
RowNo( )
Returns an integer for the position of the current row in the resulting QlikView internal table. In contrast to
RecNo( ), which counts the records in the raw data table, the RowNo( ) function does not count records that
are excluded by where clauses and is not reset when a raw data table is concatenated to another. The first
row is number 1.
Andy
Is there any function RowID() in QlikView?
RowNo( ),Returns an integer for the position of the current row in the resulting QlikView internal table. RecNo () , which counts the records in the table of pure data, RowNo () function does not count records excluded by clause where and is not reset when a pure table Concatenation with another.
Rownum and Rowid are present in Oracle