BookmarkSubscribeRSS Feed
india2016
Pyrite | Level 9

Hello All,

Need your small help . I want to have a summarisation report for few columns. Those columns at the back end depends on different date. But in VA at the front end I want to show the data having generalized date, Say for example. Frond end is like this

 

Date Slider
DistrictsNo. Of FIRNo. OF Petty casesNo. Of MOBs
1122322
234533
34644
45755
5788966
6908977
7119088

 

Date is generalized at the front end.

 

At the back end all this 3 number columns depends on different date.

3 REPLIES 3
FredrikE
Rhodochrosite | Level 12

CAn you describe the back end data and the rules that apply to get the desired output?

//Fredrik

india2016
Pyrite | Level 9
@FredrikE

First Dataset below:

Districts Date FIR
A 02-09-2018 2
B 02-09-2018 5
A 03-09-2018 3
A 04-09-2018 5
B 04-09-2018 6


Second dataset Below

Districts P_Date Petty Case
A 01-09-2018 3
B 02-09-2018 3
A 02-09-2018 4
A 04-09-2018 6
B 04-09-2018 7

Frond end I have to use general date. But from the back end we need FIR number By districts and date from 1st dataset and number of petty cases by districts and date from 2nd dataset.
FredrikE
Rhodochrosite | Level 12

Ok, then you need to merge the two datasets before adding it to the report.

You can do that either in the source system or in the data prep step in VA.

 

Your data should consist of.

Districts commonDate FIR Petty Case

 

Where commonDate is the merge between date and p_date.

 

//Fredrik

 

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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
  • 3 replies
  • 976 views
  • 0 likes
  • 2 in conversation