Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Below script not working when passing dynamic year in mashup (JavaScript section).
app.field('reporting_year').selectMatch('year(today())', true);
Please help on this.
Hi,
You need to evaluate the expression first and then need to pass the value in selectmatch function with the specified format the function asks. we cannot evaluate value in selectMatch function i think so.
i.e. app.field('reporting_year').selectMatch('2022','2021',true);
Regards,
Prashant