Hi guys,
I'm putting another report together (thank you for your help so far Andrii!) and it appears that the filtered view of one of our custom entities does not have a column called PaymentMethodName which exists on the UNfilteredview.
I've managed to get my expression to return values such as 09080001, 09080002 but was hoping to replace these with Credit/Debit Card etc. I thought about using IIF or SWITCH like I have with conditional formatting, but can't seem to get this to work. I did try Replace too but I think it's fair to say I misunderstood that.
The expr for the field is referencing a different dataset as it is, so perhaps I'm just not nesting it correctly. Expression for the Payment Method at present is
=lookup(fields!membershipid.value, fields!membershipid.Value, fields!paymentmethod.Value, "Payment")
Is this possible?