One table in my report is called property_descriptor.This table has numerous
fields,but the ones in question are 'descriptor' and descriptor_value.
'descriptor' describes information on certain properties and there is a
large selection. Below is a few examples of what this field can contain:
e.g. DATB: is Build Date of Building
BEDS: number of bedrooms
WNDS: no of windows....etc
The descriptor_value is the associated value with regards to the descriptor.
e.g. the DATB of certain property,the descriptor_value would be a date field
such as. 01/12/1921.
Using Selection
({property_descriptor}="DATB" or ({property_descriptor}="BEDS"
I am able to select the DATB and the BEDS and output the
corresponding values. This outputs as shown below(with some other fields).
ID Address Descriptor Value
001 122 High St DATB 1945
001 122 High St BEDS 4
002 325 Main St DATB 1956
002 325 Main St BEDS 3
Is it possible to create the report along the lines of
ID Address DATB BEDS
001 122 High St 1945 4
002 325 Main St 1956 3
Or something along those lines so that I
dont have repeated info.
Thanks
fields,but the ones in question are 'descriptor' and descriptor_value.
'descriptor' describes information on certain properties and there is a
large selection. Below is a few examples of what this field can contain:
e.g. DATB: is Build Date of Building
BEDS: number of bedrooms
WNDS: no of windows....etc
The descriptor_value is the associated value with regards to the descriptor.
e.g. the DATB of certain property,the descriptor_value would be a date field
such as. 01/12/1921.
Using Selection
({property_descriptor}="DATB" or ({property_descriptor}="BEDS"
I am able to select the DATB and the BEDS and output the
corresponding values. This outputs as shown below(with some other fields).
ID Address Descriptor Value
001 122 High St DATB 1945
001 122 High St BEDS 4
002 325 Main St DATB 1956
002 325 Main St BEDS 3
Is it possible to create the report along the lines of
ID Address DATB BEDS
001 122 High St 1945 4
002 325 Main St 1956 3
Or something along those lines so that I
dont have repeated info.
Thanks