Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
rdsuperlike
Creator
Creator

Input box

In a input box if a value is 0 , I dont want to display that input box,

But if there is value > 0 I want to display that input box.

is there anything i can put in layout--conditional?

Ny sample is appreciated.

6 Replies
settu_periasamy
Master III
Master III

Hi,

1. Create One Variable . e.g vInput

2. Create One InputBox

     In the InputBox -> Layout -> Conditional ->  vInput>0

comm_help.JPG

Hope this helps !!

Not applicable

Create a variable and enter the list of values in that and It should contain 0 also..

Based on Variable value You can hide and show the Input box

Anonymous
Not applicable

Hi,

Go to Input Box Properties > Layout tab > Under Show - Conditional > vDisplay>0

Hope it will helpful!!

vardhancse
Specialist III
Specialist III

We can achieve through the variable in the the conditional layout (Properties->Layout->condition)

we can pass the variable value here so that based on the variable value the list box will be displayed.

rdsuperlike
Creator
Creator
Author

How do i achieve it in the app that i attached.

If the value of that the variable in input box = 0 then i dont want to display it in the input box.

settu_periasamy
Master III
Master III

Hi,

don't know the exact solution.. But, if you just want to show the value, you can achieve this thru 'Chart' using the valuelist in dimension, and Pick() as a expression.  regarding the InputBox display, i changed the text color is white, if the value =0.

find the attachment.