HOw does '$$rank' in a Vortex sql block following 'select'keyword work to define the sorting order? It seems that there is no specification of $$rank in the Vortex manual, or it is somewhere but I can not find it. Thanks.
John said "Selecting $rank does not define a sort order. LIKEP and LIKER will by default sort by $rank descending."
When I used 'order by Visited' combined with '$$rank Rank' in a LIKIP statement, it seems that these two sorting standards, $rank descending and 'Visited order', conflict each and the results are not sorted in either one. Did anyone meet similar problem? When I only use one by either deleting '$$rank Rank' or deleting 'order by Visited', it works fine. It confused me a lot. Thanks.