cancel
Showing results for 
Search instead for 
Did you mean: 

Auto Hide of zero value field in PLD

Former Member
0 Kudos

Hi experts

I am designing Print layout for PURCHASE ORDER

i have created some tax value field in that and fetching value through UDF.

i want to hide zero value field like when vat will be there in PO , cst value will zero so it should get hide from tha layout.

Pls. help me for this.

Regards

Kamlesh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Please check this thread:

Thanks,

Gordon

Answers (2)

Answers (2)

former_member206488
Active Contributor
0 Kudos

you must be having two text fields and two data base fileds like below:

VAT Database Filed1(FIeld_112)

CST Data Base field 2(Field_113)

Click on Database Filed1(FIeld_112) go to Properties window then Genral tab--LInk it to Field_112 and alsolink the textr field VAT with Field_112

similarly For CST link the database field 2 to Field_113 and same for text field.

Byu doing this when CST value is present it will only display CST and when VAT then Display Vat.

Hope this will help you.

Regards,

Neetu

former_member187989
Active Contributor
0 Kudos

hi kamalesh,

Create a formula field,insert vat total/cst total for example Field_001 ! = 0,

link it to respective vat/cst totals & its labels.

Jeyakanthan