Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Hide and show textbox based on field Value

Hi All,

Hide and show text box based on field Value, below my req is there:

Req:

I have table Like:

Table:

Name, Score

A, 15

B, 18

C, 19

D, 20

E, 22

Example:

   Req.png

Textbox_1 and Textbox_2 is Fix, when Textbox_2 Value( Like Score) > 18 I need to display Textbox_3 and When TextBox_n Value> 19 Show Textbox_n and HideTextbox_3 with Value(Score).

kindly help me as soon as possible.

Divya.

13 Replies
Not applicable
Author

Hi Kiran,

It's really good. My req is No selection n no action here.

I have a table:

Name, Points

A, 2

B, 3

C, 0

D, 2

Requirement is:

I have Three Text boxes:

Texbox 1: We have to display Value 3 as Static.

TextBox 2: Have to display value as 6 as static

Text 3: Have to display Greater than the Textbox_2 value

Ex: in textbox2 value 6 and i want display sum(Points) like Value '7' is in Textbox 3 using Hide and show

Hide and show means : Textbox 3 value greater than Textbox 2 then only want to display textbox3 value.

Can you please anyone help this.

Divya.

kkkumar82
Specialist III
Specialist III

Hi divya,

Please find attached file and let me know if it satisfies your requirement.

Thanks

Kiran

vipin_mishra479
Creator II
Creator II

Please check

Not applicable
Author

hi Kiran,

It's Corecct. Thank you.

I have a table:

Table:

Name, Points

A, 2

B, 3

C, 0

D, 2

When ever table data is updated the sum(points) Score shown in new textbox.


Can you please Add two more Txtboxes and Show updated value into that txt using hide and show

Example:

Textbox_1 = Static

Textbox_2 = Static

Textbox_3 = Sum

Textbox_4 = Sum_Updated value When showing Text4 We have to hide txt3 and show tx4

TextBox_5 = Sum_Updated value When showing Text5 We have to hide txt3 and txt4  and show tx5 value.




Thanks

Divya