Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
How to add total requests in the end of the bar graph?
Workaround on this conversation to 'Show Total' is missing in my Properties panel.
Appreciate your help!
Thanks,
MJ
The link you are referring and have included in your information is related to QlikView. I'm not sure if there is a similar feature in QlikSense. probably not but I'm not 100% sure.
Try
PlatformDim:
LOAD Distinct Platform as PlatformDim, Platform Resident Table;
Concatenate(ReportDimension)
LOAD Distinct 'Total' as PlatformDim, Platform Resident Table;
Then you can use the new field PlatformDim instead ofPlatform as chart dimension