Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Gauge chart with toggle selection of YTD,MTD,QTD,WTD

Hi guys,

I want to display YTD,MTD,QTD,WTD in single Gauge chart by using toggle selection.Expression for the gague chart is YTD/Previous YTD,QTD/Previous QTD..so on.

Can anyone help me on that.

Thanks

siva

13 Replies
sorrakis01
Specialist
Specialist

Hi,

Maybe this one can help you

https://community.qlik.com/docs/DOC-6163

Regards

Anonymous
Not applicable
Author

Hi siva,

On script load an inline table with the options do you want, with an numeric field, like this:

Options:

LOAD * inline [

     OptCode,      OptDesc

     1,                    YTD

     2,                    QTD

     ...

];

Then, on your Gauge Chart, on Expressión:

Pick(OptCode,

     Expr for YTD,

     Expr for QTD,

...)

Regards!

Not applicable
Author

Thanks Capella,

is there any possibility of using variables in expression in gauge chart.

Anonymous
Not applicable
Author

Yes, you can use all vars do you want

Regards!!

Not applicable
Author

Thanks Capella,

I have one more doubut..

Can you please help me

i have items,customers,vendors and buyers in my Qvw,i want to know the which item /customer/vendor/buyer are active status

Support filter by active status on: Customer, Item, Vendor, and Buyer


can ypu please help me on that


Thanks


Siva

Anonymous
Not applicable
Author

Hi siva,

What do you mean with Active Status? Selected Items? Or do you have a flag to indicate wich items are active?

Thanks!

Not applicable
Author

Hi Capella,

I want to know the which items/vendors/buyers/customers are active?,means which one will working and which one working currently which are working that will be considerd as active or not working means inactive..

If we select some items which items are in active status,which items are not active that i want to know

..?

can you please help me on that..

Thanks

siva

Anonymous
Not applicable
Author

Hi siva,

If you have a flag, then:

Active -> With set analysis: {<Status={'Active'}>}

Non Active -> With Set analysis: {<Status-={'Active'}>}

How do you detect Active and Non Active items? With Flag? With Dates?

Regards!

Not applicable
Author

Hi Capella,

Thanks your answer.

Flags only