I have 2 data providors in a report from two different databases. They both have the same ID column. What I want to do is flag any rows that appear in both providors. Is this possible?
- Create a variable that will be true only if records do exist on both sources:
True = If ( IsNull(<Revenue>) Or IsNull(<Language>)) Then 1 Else 0
- Insert a filter : Apply on value 0
- Hide the variable True : Format>Table>Pivot Tab>Click True, and then click Hide
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.