From the image, it seems you want to suppress the field Weight itself when the value is blank and shift other 5 fields to left is it?
If so, you need to set the x position dynamically.
I have one boolean field for viewing or suppressing weight column namely, IsWeightVisible
will it be useful?
Raghavendra Hullur
Not sure what is that used for.
Is it the one which give blank data or some data for Weight column? If yes, then you can use that instead of the field to check for blank.
If not, you need to use the field which gives the output for Weight column.
I don't see the information you shared via screenshot in the report you attached. Is it the one you are working or is there any suppression? Can you share with same sample data or further details of section in which those details used?
Are the other 5 columns the same data types as the weight field?
If so you could do it with formulas
If IsWeightVisible then
{Weight Field}
Else
{Washing field}
Similarly for the other 4 columns.
Suppress the last column with the IsWeightVisible parameter
mlmcc
Sailee Govekar
ASKER
If you view the report, under field washing there is a field Weight
Raghavendra Hullur
I am still trying to figure out the Weight you said under Washing.
As per your original requirement, it's suppose to be on left of Washing, Drying etc..
But now you are saying Weight is under Washing, but that isn't visible at all.
All I see is a OLE object then a text object with message "Do not wash - non lavare", then another OLE object followed by the same message displayed earlier.
Can you explain with reference to the latest report you shared on what field you want to move. it would be better you have screenshot of latest report with instructions on what fields to be moved without changing anything further. You are changing the content again and again which is not helping to resolve the issue.
Mike McCracken
I think you have it working with weight suppressed and washing moved over. Just do the same thing for the other objects. Create a copy and put it one column left. Same for the big header make a copy and move it left. Use the same suppression.
Oh, I didn't think of that. Yes, I could see those 2 fields overlapped from the Report Explorer. But I can also see that there is no dynamic position is applied on the Washing field. Position formula needs to be changed for the same.
You have to write a crystal report formula-
Open in new window