Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Can someone help me to have this query in QlikView.
In T-SQL :
SELECT ROW_NUMBER() OVER(PARTITION BY ID ORDER BY ActionTime) as Attempt,
ID,
ActionTime
FROM [dbo].[TestTable]
The idea is to have an attempt number for each ID, ordered automatically according to the ActionTime column.
Thanks already for your precious help
Hello,
I attached my solution. I hope this helps.
Maybe there is a better solution?
Kind regards
Peter
Hello,
I attached my solution. I hope this helps.
Maybe there is a better solution?
Kind regards
Peter
Thanks Peter, it worked.
You are the best. 😉