Hi All,
I want to add serial number in SAS Viya list table or cross tab.
Is there anyway to create?
Thanks,
Harsh
The ability to add row numbers to crosstabs and list tables has been added to Visual Analytics as of 2020.1.5 (April 2021)
-------------------------------------------------------------------------
Four tips to remember when you contact SAS Technical Support
Tricks for SAS Visual Analytics Report Builders
SAS Visual Analytics Learning Center
As an alternative you can use the following definition for a data item that will the look like a row number:
AggregateCells(_Sum_, 1, default, CellIndex(start, 0), CellIndex( current, 0))
Save $250 on SAS Innovate and get a free advance copy of the new SAS For Dummies book! Use the code "SASforDummies" to register. Don't miss out, May 6-9, in Orlando, Florida.
See how to use one filter for multiple data sources by mapping your data from SAS’ Alexandria McCall.
Find more tutorials on the SAS Users YouTube channel.