Anyone know if it is possible to do a UNION between objects in a report model. I have 3 table that need to be accessed individually, but on occasion I need to do a UNION of the 3.
R
You could try doing the union in a view and adding that to the model.|||I did that in the first cut, but it gave me two different paths for the end user to choose to get to the same data. I was trying to avoid that. Thanks anyway.
R
No comments:
Post a Comment