Hello;
I'm trying to write a report (a vehicle inventory for our fleet) and I think the answer to this question lies along the lines similar to thread 767-284371. However in my case I only want to see what resides in the EFLDVALS.FLDVALUE field refereneced by a EFLDVALS.FLDNO field in the same table (EFLDVALS).
This table (EFLDVALS) is a child table and I'm using a left outer join from the parent table. I don't want the results of the EFLDVALS table to restrict whats being pulled from the parent table. There are other values in EFLDVALS table but I'm only interested in retreiving a certain field value, in this case its field 3 . So in other words I would like to see the value of EFLDVALS.FLDNO = 3 and then put the corresponding value EFLDVALS.FLDVALUE in my report.
I'd like to be able to do this without having the report or display all the other values of the EDFLDVALS table along with duplicate information from the parent table on my report. And one other twist, being that we are populating the data base, field 3 may or may not exist. If it does exist I would like CRW to put the corresponding value in my report. If it doesn't exist I would just like it to leave a blank space there.
Any tips/advice/help would be greatly appreciated.
Thanks
I'm trying to write a report (a vehicle inventory for our fleet) and I think the answer to this question lies along the lines similar to thread 767-284371. However in my case I only want to see what resides in the EFLDVALS.FLDVALUE field refereneced by a EFLDVALS.FLDNO field in the same table (EFLDVALS).
This table (EFLDVALS) is a child table and I'm using a left outer join from the parent table. I don't want the results of the EFLDVALS table to restrict whats being pulled from the parent table. There are other values in EFLDVALS table but I'm only interested in retreiving a certain field value, in this case its field 3 . So in other words I would like to see the value of EFLDVALS.FLDNO = 3 and then put the corresponding value EFLDVALS.FLDVALUE in my report.
I'd like to be able to do this without having the report or display all the other values of the EDFLDVALS table along with duplicate information from the parent table on my report. And one other twist, being that we are populating the data base, field 3 may or may not exist. If it does exist I would like CRW to put the corresponding value in my report. If it doesn't exist I would just like it to leave a blank space there.
Any tips/advice/help would be greatly appreciated.
Thanks