Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a question about using set analysis with DUAL field. Say I have a field called FY (Financial Year). Lets say it is a dual with values like: Text(FY) = '2018/2019', Num(FY)=25
Ie an autonum representing the numeric version and text for the human version.
Lets say I want to get a specific year:
Sum({$ <FY={15} > } Amount)
This does not work. I think it is because it is a Dual field. Thoughts?