Hiding zero values and shift it when it`s not null

Hello Guys

I am new in use FastReport. I have an application that uses fastreport version 4.0. I have a problem hiding and shifting zero values. I have data from the sql query for example value1, value2 and value3. Memo fields with these fields are superimposed on the masterdata. I would like to get the effect of if Value1 is nonzero then display in the first row, if Value2 is zero then don't show if Value 3 is nonzero show in the second row. How can I achieve this effect in a fast report. Is there a loop that will allow me to do this?


Comments

  • Set each memo on the child band and set visibility ov the band depend of field value. Set band's PrintChildifInvisible to True

Leave a Comment