Search found 3 matches

by Maria_Vaht
Tue Sep 19, 2023 12:20 pm
Forum: Talks
Topic: Change the size of text field if the data does not exist
Replies: 5
Views: 10020

Re: Change the size of text field if the data does not exist

Hello, > the text field which displays MAIN.SEC_PRICE_LAST (yellow) should be hidden if MAIN.SEC_PRICE_LAST is null. You can use the expression for the Enabled property: MAIN.SEC_PRICE_LAST != "" > Also the height of text field which shows MAIN.SEC_PRICE_FIRST (green) should be stretched ...
by Maria_Vaht
Mon Sep 18, 2023 12:08 pm
Forum: Talks
Topic: Change the size of text field if the data does not exist
Replies: 5
Views: 10020

Re: Change the size of text field if the data does not exist

Lech Kulikowski wrote: Mon Sep 18, 2023 10:47 am Hello,

Please send us a sample report with test data that reproduces the issue for analysis.

Thank you.
REPORT_REG_OTHER_OPER support.mrt
(21.43 KiB) Downloaded 155 times
by Maria_Vaht
Sat Sep 16, 2023 1:19 pm
Forum: Talks
Topic: Change the size of text field if the data does not exist
Replies: 5
Views: 10020

Change the size of text field if the data does not exist

Hello! Here I have DataBand with text fields inside. I would like to do the next: the text field which displays MAIN.SEC_PRICE_LAST (yellow) should be hidden if MAIN.SEC_PRICE_LAST is null. Also the height of text field which shows MAIN.SEC_PRICE_FIRST (green) should be stretched to the height of Da...