I have a table, not joined, bringing in 'RV Value'. (1,2, ASV, 4, 5, QID are some of the fields.)
In another table, which has multiple joins with other tables, I am bringing in 'Management Type'. (1, Management Type, 2, ASV and blank fields - for now, but other information will be brought in later).
I need a 3rd column in the report that will show 'Management Type' + 'RV Value' = 'New' . (if Management Type = 'Management Type' and 'RV Value' = 2, then 'New') OR (if 'Management Type' = 2 and RV Value = ASV then 'Used')
If I try to pull in 'Management Type' and 'RV Domain' into the report the result is a cross product. Does anyone know how I can eliminate this? Would a hotfile be a solution?
In another table, which has multiple joins with other tables, I am bringing in 'Management Type'. (1, Management Type, 2, ASV and blank fields - for now, but other information will be brought in later).
I need a 3rd column in the report that will show 'Management Type' + 'RV Value' = 'New' . (if Management Type = 'Management Type' and 'RV Value' = 2, then 'New') OR (if 'Management Type' = 2 and RV Value = ASV then 'Used')
If I try to pull in 'Management Type' and 'RV Domain' into the report the result is a cross product. Does anyone know how I can eliminate this? Would a hotfile be a solution?