Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi all
in my model I have two agents for every transaction. agents are coming from different tables in script.
in UI i want to present count of transactions that both agents are the same i.e:
any ideas ?
advanced thanks
You could use an if() function inside the count() function, like this:
=count(if([Agent A]=[Agent B],[RecordKey]))