I have the following issue to solve - I have a table wirh UserId, VisitId and timestamp and now need to put visits for each user in chronological order.
how can I create a new ID which ranks the users visits chronologically.
In SQL speak I would first group by UserId and the rank the visits within each group by timestamp. Is ther anything comparable in qlikview?