BookmarkSubscribeRSS Feed
jmehul
Quartz | Level 8

Hi All,

 

I want to make a KPI on my dashboard using SAS VA 7.4 on which I can show the number of new users/products/employees e.t.c. in the current month. For that, I have date level data. 

 

 

Can anyone guide me?  

4 REPLIES 4
FredrikE
Rhodochrosite | Level 12

One way could be to have a flag for each level (users/products/employees) that get the value 1 if it s new for that date.

When you have that you can aggrete on which level (day/week/month/year) you want.

🙂

//Fredrik

jmehul
Quartz | Level 8

Thanks for responding.

 

But How to make that flag which will identify the new user.

SASKiwi
PROC Star

Write a SAS program which adds this flag to your SAS dataset before it is loaded into your LASR server.

 

If you want help with how to code this then you will need to post sample input data and your expected output data. 

jmehul
Quartz | Level 8

Thanks,

 

I will do it in EG.

sas-innovate-wordmark-2025-midnight.png

Register Today!

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.


Register now!

Tips for filtering data sources in SAS Visual Analytics

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.

Discussion stats
  • 4 replies
  • 1243 views
  • 2 likes
  • 3 in conversation