|
-
Oct 19th, 2004, 11:34 AM
#1
Thread Starter
Member
Placing a detail line item into a shared variable
I'm trying to place one of about ten detail line items into a shared variable but I am having trouble coding the logic for this. I have no problem with individual fields but with detail lines i am having issues. Sorry I would research myself but I elft my book at home lol.
This what i think the logic should be like.... it does not error but it does not work either.....
if {IncidentsPerSplit.CClientName} = "Yada yada Yada" then
WhilePrintingRecords;
Shared numberVar yada001 := {IncidentsPerSplitCountOfTicket}
Sorry for the bother!
-
Oct 20th, 2004, 09:35 AM
#2
Thread Starter
Member
Figured it out, needed to put the if statement below the while printing records.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|