I have the followinmg formula working ok
.if.documentitems->itemtype="CNC_Machine"
But I wan to also add
.if.documentitems->linetype=1
And finally I want this only to start on page 2
Can you help with a formula
.if.documentitems->itemtype="CNC_Machine".and.documentitems->linetype=1.and.sys->page>=2
thanks for your help
dennis o'donovan
I have the followinmg formula working ok
.if.documentitems->itemtype="CNC_Machine"
But I wan to also add
.if.documentitems->linetype=1
And finally I want this only to start on page 2
Can you help with a formula