Hi All,
I'm building some reports in visualiser and I have a custom attribute which is as follows:
IIF([Payer.Payer] = '-','Legacy Payer(s)', [Payer.Payer])
I need [Payer.Payer] to drill across to [Item.Item] on my report but it does not seem to work. I have tried the following:
- Setting a drill path from [Payer.Payer] to [Item.Item]
- Setting a drill path from the BQL expression of my custom Payer attribute to [Item.Item]
- Saving my custom payer attribute as a global expression and trying to set a drill path against that using SavedExpression('Custom Payer')
Am I missing something or is this currently not a supported feature within the BIRST ecosystem. I'm trying to avoid having to change the backend to create a custom attribute in the scripts and was hoping there was an easier way.
Thanks in advance!