Discussion Board for collaboration related to QlikView App Development.
Hi All,
Please kindly assist me , I am not getting how the values in the chart are showing.
when =[$(vDisplayedBy)] is "ESRG Description" but not clear how the "631 Tracheostomy or ventilation >95 hours" are coming from
In the below image ,
In dimension field a variable is used =[$(vDisplayedBy)] with the values defined in script
set vDisplayedBy=Episode Clinician Name on Separation,Episode Specialty on Separation,Facility Name,SRG Description,ESRG Description,DRG Description,Primary Diagnosis Description,Primary Procedure Description,Planned Separation'
and in expression :
Pick(Match(vLOSDisplay, 'Median', 'Average'),
Median([Measure_LOS]),
Avg([Measure_LOS])
)