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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Can you link two components?

Can you use one component as an Input where the user can change value, and another component, say a gauge, is a calculated value based on the first value? When the first value is changed by user, the gauge display is automatically refreshed. Thank you.

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

No, but see an example attached.  n case you can't open it:

There is no script.  Two objects:

1. Input box with a variable which I called MyVar.  I restricted the input values to numbers.  User can enter any number there.  This is the object which is not available in Qlik Sense

2. Text box with expression =10*MyVar.

So, when user changes MyVar value in the input box, the result of expression changes as well.  Certainly you can use variables in any expressions, including chart expressions.

Regards,

Michael

View solution in original post

10 Replies
Anonymous
Not applicable
Author

Yes.

You can use a variable in an input box, which user can change, and use the same variable in a chart (gauge in your case) expression.

Not applicable
Author

Thank you Mike! I am trying the Qlik Sense desktop application, and am not seeing any input component. Can you maybe point me to a tutorial on Input Component and Calculated Field? Much appreciated.

Anonymous
Not applicable
Author

Oh, I'm sorry, didn't notice (again) it was about Qlik Sense... 

There is no input box there, it is QlikView only object.

Not applicable
Author

Thanks for the clarification.

Not applicable
Author

Hi is there a tutorial or example you could point me to, similar to what you described? Thank you.

Anonymous
Not applicable
Author

No, but see an example attached.  n case you can't open it:

There is no script.  Two objects:

1. Input box with a variable which I called MyVar.  I restricted the input values to numbers.  User can enter any number there.  This is the object which is not available in Qlik Sense

2. Text box with expression =10*MyVar.

So, when user changes MyVar value in the input box, the result of expression changes as well.  Certainly you can use variables in any expressions, including chart expressions.

Regards,

Michael

Not applicable
Author

Thanks a lot!

Michael_Tarallo
Employee
Employee

Hello Judy,

I see you are asking for samples for Qlik Sense not QlikView. What was provided to you by Michael S, was a .qvw which is for QlikView.

You can get many samples and see many tutorials at the link I provided below. Please note that Qlik Sense automatically links objects together - so there isn't any need to wire them up with parameters and variables so to speak. However, that depends on your use case of course. Qlik Sense does not have an input box object yet, but QlikView does.

What kind of value are you looking to have entered? - There are some techniques where a user can select values from a list that you define, but I would need to understand more about your use case.

Also, if you have not already, please also check out these videos to get started - where you can grab some sample data and sample apps - they are usually attached to the document that the video is embedded in.

New to Qlik Sense Videos

Let us know how you do.

Please mark the appropriate replies as CORRECT / HELPFUL so our team and other members know that your question(s) has been answered to your satisfaction.

Regards,

Mike Tarallo

Qlik

Regards,
Mike Tarallo
Qlik
Not applicable
Author

Hi Mike, I am actually using QlickView. I started with Qliksense, but realized In order to have the Input Component like input box, so I need to use Qlikview is my understanding. Thank you though!