Hi All,
I have a requirement where i have to show the below line if the discount value is present. If the discount value is 0.00 it should not show in the template page.
This line only to populate if discount value present.
" Price quoted includes ecovered Contract line price discount] discount "
I have tried the below condition but its not working as expected.
{IF "<<FlexHourAutomationCoveredContract_covProd_HCLS_Discount>>" != "0.00" "Price quoted includes <<FlexHourAutomationCoveredContract_covProd_HCLS_Discount>> discount." "" }
Here Field label is :<<FlexHourAutomationCoveredContract_covProd_HCLS_Discount>>
Any help on this will be appreciated. Thank you!