Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Bar Chart from Straight Table

I have the following straight table:

Screen Shot 2015-10-21 at 02.27.08.png

All except "Script Number"  and "Month-Year Dispensed" are calculated values through expressions.  I need to create a bar chart with average (TRx Traffic) on the Y- Axis and Month-Year on the X-Axis.  Can this be done and if so, how?

Regards.

10 Replies
Anonymous
Not applicable
Author

Hi Settu

ended up doing a separate SQL SELECT Distinct load and ordering by [Retail Pharmacy], [Branch] and [Date Dispensed]. This should work, i will check the results.

Thank you very much.