Hi,
Is there a way to add row numbers to a list table?
In base/enterprise guide can use _N_, but could not find an easy solution in SAS VA.
thks,
Sukhbir
Hi rajsukh,
SAS Visual Analytics Designer doesn't currently have an option the lets you display row numbers for list tables.
-Joy
Does anyone have a recommendation on how this can be achieved?
Thanks in advance
Hi rajsukh,
SAS Visual Analytics Designer doesn't currently have an option the lets you display row numbers for list tables.
-Joy
Hi @Joy_SAS
i need to create a sequence variable based on CUSTOMER_ID, so i have to enumerate the interactions a Cust_ID had with the company.
Is it possible with VA?
Thanks
Hi @gabras,
I'm sorry, but I don't know the answer to your question about sequence variables. I hope another VA expert can provide some guidance.
-Joy
Hi rajsukh,
SAS Visual Analytics Designer might have another feature that you can use with your revenue figures.
You can rank values to subset your data. For example, using the Rank tab, you could create a rank to display the top 10 stores for revenue. When you apply a rank, you can specify top count, bottom count, top percent, or bottom percent. You can apply a rank to your data item, and then use that data item in a list table.
Here's the related information in the SAS Visual Analytics 7.3 User's Guide: Ranking Values in Reports. (There's similar information for previous releases here: http://support.sas.com/documentation/onlinedoc/va/index.html.)
-Joy
Thanks for the additional explanation. I understand why you want the row numbers in the list table. I'm sorry the list table doesn't have a property like this in the current release.
-Joy
I able to use _N_ in data prepration after unlock manual editing to index rows in my table. At the last table in the code, add the line anyColumnName = _N_;
Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.
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.