J
John Sutton
I have a document I want to print which has different sections to use
depending on some merged values. I'm using If, then, else to place the
sections right now, but they come out formatted incorrectly. I wonder
if there is a better way.
================section 1==============================
FIB COVERAGE........... LIABILITY LIABILITY
Coverage............... 99,999,999.99 99,999,999.99
Deducible.............. 999,999.99 999,999.99
Premium................ 9,999.99 9,999.99
================section 2==============================
FIB COVERAGE.......................... LIABILITY
Coverage.............................. 99,999,999.99
Deducible............................. 999,999.99
Premium............................... 9,999.99
Due to space constraints, this only shows a small amount of the
differences. Section 2 would be printed in the event that the left
most coverage amount shown in section 1 was $0.00, else section 1
would print. If there are better ways to do this, I am open to all
suggestions.
Thanks
John
KBS
depending on some merged values. I'm using If, then, else to place the
sections right now, but they come out formatted incorrectly. I wonder
if there is a better way.
================section 1==============================
FIB COVERAGE........... LIABILITY LIABILITY
Coverage............... 99,999,999.99 99,999,999.99
Deducible.............. 999,999.99 999,999.99
Premium................ 9,999.99 9,999.99
================section 2==============================
FIB COVERAGE.......................... LIABILITY
Coverage.............................. 99,999,999.99
Deducible............................. 999,999.99
Premium............................... 9,999.99
Due to space constraints, this only shows a small amount of the
differences. Section 2 would be printed in the event that the left
most coverage amount shown in section 1 was $0.00, else section 1
would print. If there are better ways to do this, I am open to all
suggestions.
Thanks
John
KBS