Empty lines of row items in layout
A. van Keulen
In the row details of a quotation , i don't want to see components of a sales BOM.I assigned the following value to the Visible property of the Detail object: DocumentRow("TreeType") <> "I"
Also the object can shrink
The problem is that there are empty lines
What is wrong?
Philipp Knecht
HiI've you've used the DocumentRow - Detail then the Expresiion should be:
(DocumentRow("LineType")="R" OR DocumentRow("LineType")="P") AND DocumentRow("TreeType") <> "I" (preserve the existing logic)
hth
A. van Keulen
Thanks for your answer,That is wat i did. But this is not working in the DocumentRow - Detail.
This is a copy from my expression and that is the same.
(DocumentRow("LineType")= "R" OR DocumentRow("LineType")= "P") AND DocumentRow("TreeType") <> "I"
When i put the expressing DocumentRow("TreeType") <> "I"
in the DocumentRow - AdvancedDataband the problem is solved.
So that is working now, but i don't know if that is the correct way
SBO 2007A PL11
Philipp Knecht
HiYou need to disable all the Details with this condition like mentioned in the FAQ.
But your solution is perfect if you don't need any itemdata from Tree Positions.
hth
0
Please sign in to leave a comment.
Comments
0 comments