Page 1 of 4

Enabled Expression with Table Not working

Posted: Tue Aug 08, 2023 12:38 pm
by hsn
I have table I want to hide it using Enabled Expression but not working if use more than one like this "root_GrnHeader.DocumentTypeId != 11 || root_GrnHeader.DocumentTypeId != 12"
if use only one condition It hide "root_GrnHeader.DocumentTypeId != 11"

Re: Enabled Expression with Table Not working

Posted: Tue Aug 08, 2023 9:04 pm
by Lech Kulikowski
Hello,

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

Thank you.

Re: Enabled Expression with Table Not working

Posted: Wed Aug 09, 2023 8:34 am
by hsn
This my example

if root_GrnHeader.DocumentTypeId == 13 || root_GrnHeader.DocumentTypeId == 14

and value of root_GrnHeader.DocumentTypeId is 13

but not shown the table

Re: Enabled Expression with Table Not working

Posted: Wed Aug 09, 2023 8:59 am
by hsn
I also noticed if it equals it doesn't work either.

" root_GrnHeader.DocumentTypeId == 13 "

Re: Enabled Expression with Table Not working

Posted: Sat Aug 12, 2023 8:00 am
by hsn
hello dear,

can i get an update?

Re: Enabled Expression with Table Not working

Posted: Sun Aug 13, 2023 8:43 pm
by Lech Kulikowski
Hello,

We have found the issue with the Table component and Enabled property. We need some additional time to investigate the issue, we will let you know about the result.

Please use the DataBand component instead of the Table.

Thank you.

Re: Enabled Expression with Table Not working

Posted: Sun Aug 20, 2023 9:41 am
by hsn
Lech Kulikowski wrote: Sun Aug 13, 2023 8:43 pm Hello,

We have found the issue with the Table component and Enabled property. We need some additional time to investigate the issue, we will let you know about the result.

Please use the DataBand component instead of the Table.

Thank you.
Any Update?

Re: Enabled Expression with Table Not working

Posted: Wed Aug 23, 2023 6:53 am
by Lech Kulikowski
Hello,

Please check the following expression for the Enabled property:
root_GrnHeader_Details.root_GrnHeader.DocumentTypeId == 13 || root_GrnHeader_Details.root_GrnHeader.DocumentTypeId == 14

Thank you.

Re: Enabled Expression with Table Not working

Posted: Sat Aug 26, 2023 8:33 am
by hsn
Lech Kulikowski wrote: Wed Aug 23, 2023 6:53 am Hello,

Please check the following expression for the Enabled property:
root_GrnHeader_Details.root_GrnHeader.DocumentTypeId == 13 || root_GrnHeader_Details.root_GrnHeader.DocumentTypeId == 14

Thank you.
Same Problem don't show the table.

Re: Enabled Expression with Table Not working

Posted: Sat Aug 26, 2023 5:35 pm
by Lech Kulikowski
Hello,

Please send your modified report.

Thank you.