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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Tacometro

hi,

i have the following data:

SITIOCAPACIDAD TANQUE GLSUMINISTRADO
BOGOTA 500400
CALI 700600
MEDELLIN600550
BUCARAMANGA800400

i wanna plot the following:

i want used this chart

velocimetro.png

i need  show  the capacity free


example:

bogota:  400/500= 80%

i wanna that this value to be indicated

this is posible?

thank you

sorry my english

Labels (1)
4 Replies
Anonymous
Not applicable
Author

If you want to make a gauge specifically for BOGOTA you could use an expression like:

sum({$<SITIO={'BOGOTA'}>} SUMINISTRADO/[CAPACIDAD TANQUE GL])

Not applicable
Author

Hi,

In the requirement your data has 4 SITIO. The gauge(tacho) chart can display only on of them at one time. Hence you will have to slect the particular SITIO.

Else you could display all the SITIO side by side, like a clusture of charts like this

Trellis Test.JPG

.. For this you will have to use Trellis option at the bottom in the  Dimensions tab of the Chart properties.

You will be able to define the color in the presentation tab.

Attached is an sample qvw.

Hope this helps.

Thanks

SITIOSITIO

Not applicable
Author

hi,

thank you  fahadkhanbi

can  you write the expresion?

Not applicable
Author

Hi,

The expressiong is the same "=SUMINISTRADO/[CAPACIDAD TANQUE GL]"

It is in the qvw attached in the previous reply.

Thanks