Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

relations repeat region

  • Thread starter Thread starter wildmodeler
  • Start date Start date
W

wildmodeler

Guest
I have a challenge. I have a repeat region with 2 columns 1 reports sheet_no parameter the other reports zone parameter. I want 1 of the find numbers to report something else.
I tried this relation it didnt work:

IF asm_mbr_fn == "201"
rpt_rel_sheet = "zz"
ELSE
rpt_rel_sheet = "asm.mbr.sheet_no"

IF asm_mbr_fn == "201"
rpt_rel_zone = "ss"
ELSE
rpt_rel_zone = "asm.mbr.zone"

ENDIF
ENDIF

Any ideas?
 

Part and Inventory Search

Sponsor

Back
Top