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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

bar chart issue

Hi Experts,

                   I have to  show the data in single bar with indicator like guage chart, if count(sales)>50 green color remaining is gray color.

                i'm attaching the sample document please give me your suggestion to modify.

Regards,

Mike

3 Replies
vikasmahajan

Qvw is opening please create and attach again

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
its_anandrjs
Champion III
Champion III

Please attached the snap shot for the requirement.

Regards

Anand

HirisH_V7
Master
Master

Hi,

is this,

guages have to show in bars-204228.PNG

using value list,

Create a dimension: =ValueList('Sales')

Expressions: =if(ValueList('Sales'),'Sales',Sum(Sales))

                  =if(ValueList('Sales'),'Sales',Sum(Sales)/2)

HTH,

PFA,

Hirish

HirisH