i have a rather weird issue and without going into the nasty details of the report, ill try to overview it... the database is Btrieve and im connecting using the native Btrieve drivers (so no SQL expressions
).. i have the report finished except for one minor/major issue.. i need to remove the duplicate records in the report. while this would be normally fairly easy, its causing me some problems...
BKARINV table holds the invnum field and is left outer joined to WORKORD and WORKORD_1 (workdord alias) ... in the report i have my invnum's grouped by workstages... in workord table should be stage 1 items and if there is the item is in stage 2 then it will have another record in workord which i will pull from workord_1 ... i can get all of the records to display, but i only need to show the records that have a section and have a stage1 or stage2 ...
current report example
section1
item1 stage1
item2 stage1
section2
item1 stage2
what i need to have is
section1
item2 stage1
section2
item1 stage2
please let me know if there is anything that i can provide to explain/clear this up.. i know i didnt explain it very well...
TIA
BKARINV table holds the invnum field and is left outer joined to WORKORD and WORKORD_1 (workdord alias) ... in the report i have my invnum's grouped by workstages... in workord table should be stage 1 items and if there is the item is in stage 2 then it will have another record in workord which i will pull from workord_1 ... i can get all of the records to display, but i only need to show the records that have a section and have a stage1 or stage2 ...
current report example
section1
item1 stage1
item2 stage1
section2
item1 stage2
what i need to have is
section1
item2 stage1
section2
item1 stage2
please let me know if there is anything that i can provide to explain/clear this up.. i know i didnt explain it very well...
TIA