Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I am feeding a variable to the 'predefined > listed values' of an input box.
This variable uses a concat to generate the list as below:
=Concat(distinct OBContactDate, ',', Num(OBContactDate))
This works fine when developing but when deployed to AccessPoint the dropdown does not work (and in fact crashed the application!).
Any ideas why this happens?
Thanks,
J