Hi all,
I have two data providers, i want to compare client name. How to compare two dimension object.
client name(d1) = client name(d2). I want to display only both client are equal.
Regards,
Vish
visu (BOB member since 2005-05-31)
Hi all,
I have two data providers, i want to compare client name. How to compare two dimension object.
client name(d1) = client name(d2). I want to display only both client are equal.
Regards,
Vish
visu (BOB member since 2005-05-31)
Create a new variable, with an if statement.
I don’t know the exact code, but it should look something like :
= IF (client name(d1) = client name(d2)) then client name(d1) else 'nothing'
The code is not 100% correct I think, but it should look something like this.
Is this a solution to your problem ?
woeters (BOB member since 2005-12-14)
I tried the same. But its display all the client name in d1, not matching one.
visu (BOB member since 2005-05-31)
Reporter FAQ:
Mahi (BOB member since 2004-07-22)