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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

text change whilt click on it.

hello everyone,

i have text object & i want to show PRODUCTION as well as SALES as text. when i click on Production it will change to Sales.

How to write expression i am not getting. please help me to find out.

Thank You...

18 Replies
t_chetirbok
Creator III
Creator III

hi,

Do you mean that you want to have a text object as a "button"?

Anonymous
Not applicable
Author

yes

t_chetirbok
Creator III
Creator III

Create vShow variable

Anonymous
Not applicable
Author

already tried but not working

t_chetirbok
Creator III
Creator III

really?

maybe I don't understand then, what you are trying to do)

some more details?

Anil_Babu_Samineni

prachi dhok wrote:

hello everyone,

i have text object & i want to show PRODUCTION as well as SALES as text. when i click on Production it will change to Sales.

How to write expression i am not getting. please help me to find out.

Thank You...

May be this?

=PRODUCTION & ' : ' & Sum(SALES)

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
stabben23
Partner - Master
Partner - Master

Well, it does! otherwise describe whats Your problem is more clearly.

Anonymous
Not applicable
Author

production and sales are kpi value. i have to used only one text/ button . while i click on production it will shows production's values/ info and simultaneously text will be change as sales

stabben23
Partner - Master
Partner - Master

If you want to see Sales and producton values, change text like this:

=if(vshow=1,Sum(Sales),Sum(Production))