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

Changing width and height of text box

Hi ,

I want to remove the textbox if it is fetching no data .

i.e. if the Textbox value is null , the text box should not be made or the width and height of the text box object becomes almost nill.

Please reply asap

4 Replies
avinashelite

you can hide the text box based on the condition

try like this :

1.Go to >Text box properties

2.Layout> Show

3.Conditional

4. Add a condition like(just an EG)

if(len(trim(field_name))>0,1,0)

Not applicable
Author

Hi Avinash,

I dont want to hide the text box, I want to change the height and width of the box

Regards

avinashelite

no, its not possible directly we don't have that option..you need to do it manually or you need to make use of macro code to achieve this.

Not applicable
Author

Hi,

Sorry for the late response.

Thanks for your help