Hello
I just encountered a problem with report designer fields
if i changed the disposition Can grow to true i get a lot of empty space between the lines even if i dont print the it when its empty
thank you
Hello
I just encountered a problem with report designer fields
if i changed the disposition Can grow to true i get a lot of empty space between the lines even if i dont print the it when its empty
thank you
Hello, could you please illustrate your issue with screenshots?
Hello, could you please illustrate your issue with screenshots?
thank you for taking the time to respond
well in the screenshot below the yellow space is reserved for other values with some conditions i just want to remove all that space if the value does not exist
Please refer to the following article to adjust your report:
Please refer to the following article to adjust your report:
i’m not allowed to view the article
I see, our Knowledge Base is available only to customers or partners with a valid contract.
Just try updating VisibleExpr for the element as follows:
==TableName.FieldName]<>NULL
OR==TableName.FieldName]<>0
depending on the type of value.
I see, our Knowledge Base is available only to customers or partners with a valid contract.
Just try updating VisibleExpr for the element as follows:
==TableName.FieldName]<>NULL
OR==TableName.FieldName]<>0
depending on the type of value.
i have this in VisibleExpr
(=(IsNull(lInventoryItem.ItemClassID], ,InventoryItem.ItemClassID])<>'COMMENTAIR') and dInventoryItem.Body]<>'')
Adjust your formula according to the formulas mentioned in my previous comment.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.