Hi Team,
I attached one picture for your reference, here I want to see the row id columns in auto increment format.
Hi @Biswajit_1993 -
See the solution here and how to generate a row number using the Rank function.
1 Like
@robdhondt could you please write the exact formula for this? actually I am not understanding it properly.
Hi @Biswajit_1993 -
Sure, here’s the calculated field and example.
row_id
rank([concat({column_name},{data_item_descr}, attr) ASC],[],PRE_AGG)
2 Likes
But what is the alternate of this ?? because I have more than 30 columns in a dataset I cant use concat or rank function