Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How do I write an expression in a text object to display the name of a salesperson for a specific region. I want the region in the text object to be fixed to 'Europe'.
Thanks
Greg
Try this....
=Concat({$<Region={'Europe'}>}SalesPerson, ' ')
With a distinct key, like:
=Concat({$<Region={'Europe'}>} Distinct SalesPerson, ' ,')
=concat({$<region={Europe}>} distinct salesperson , chr(10))