Using CR 10 and Oracle DB.
I have a column that returns duplicate values (see below). I have been able to 0 out the duplicates, but I don't know how to remove the 0's from my returned list.
Here is my formula that 0's out duplicate values:
if {ADDRESS.ADDR_TYPE_CDE} = 127 then {CMB_CMPTMT.CMBC_NUM}
There are only two values for ADDR_TYPE_CDE - 127 and 128. I only want to display those that have the value of 127. Another field is dependant on this as well.
thanks...
I have a column that returns duplicate values (see below). I have been able to 0 out the duplicates, but I don't know how to remove the 0's from my returned list.
Here is my formula that 0's out duplicate values:
if {ADDRESS.ADDR_TYPE_CDE} = 127 then {CMB_CMPTMT.CMBC_NUM}
There are only two values for ADDR_TYPE_CDE - 127 and 128. I only want to display those that have the value of 127. Another field is dependant on this as well.
thanks...