StephHansen
Programmer
I need to show one of two headers on the page.
I have a CR that has a grouping by Order ID, and detail rows of Item ID, Item Desc (among others).
The Page Header would be based on the Item ID equaling 745. But there will be multiple Items in that same order and only one of them (if any) will be 745.
I want the page header to read Order_Desc + "Special" if a "special" item is one of the items or just Order Desc if it is not.
I created two page headers and used the suppress option based on the below formula:
StrCmp ({Orders.Materials_T.COMPT_ITEM_ID}, "745"=1
for the Page Header that does not have a "special" item
and
StrCmp ({Orders.Materials_T.COMPT_ITEM_ID}, "745"<>1
for the one that does have a Special Item in the order.
Unfortunately, it never displays the "Special" Header. Thanks in advance! Stephanie Nicholas
Software Engineer
i-Net Strategy
I have a CR that has a grouping by Order ID, and detail rows of Item ID, Item Desc (among others).
The Page Header would be based on the Item ID equaling 745. But there will be multiple Items in that same order and only one of them (if any) will be 745.
I want the page header to read Order_Desc + "Special" if a "special" item is one of the items or just Order Desc if it is not.
I created two page headers and used the suppress option based on the below formula:
StrCmp ({Orders.Materials_T.COMPT_ITEM_ID}, "745"=1
for the Page Header that does not have a "special" item
and
StrCmp ({Orders.Materials_T.COMPT_ITEM_ID}, "745"<>1
for the one that does have a Special Item in the order.
Unfortunately, it never displays the "Special" Header. Thanks in advance! Stephanie Nicholas
Software Engineer
i-Net Strategy