Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a field named fiscalNumber having 1-13 periods.
But i want the current period means period of today().
I want something like this
Max({<Calendar_Date={'16/10/2014'}>} FiscalPeriodNumber)
Please help. Its urgent.
Thanks !!!!!!
Try this way also
=Max({<Calendar_Date={'$(=Max(Today()))'}>} FiscalPeriodNumber)
Or
=Only({<Calendar_Date={'$(=Max(Today()))'}>} FiscalPeriodNumber)
Only({<Calendar_Date={'$(=Today())'}>} FiscalPeriodNumber)
it returning null value.
Provide sample data please..
max({<Calendar_Date={'$(=Today())'}>}FiscalPeriodNumber)
Create a textbox and type in the expression =today().
See if the format of today() matches your Calendar_Date field. If yes, check then if one Calendar_Date can have multiple FiscalPeriodNumbers...
Try this way also
=Max({<Calendar_Date={'$(=Max(Today()))'}>} FiscalPeriodNumber)
Or
=Only({<Calendar_Date={'$(=Max(Today()))'}>} FiscalPeriodNumber)
Max(today()) ?!?
Hi,
As per anand specified expression should work if it not please check your data by taking two fields in layout whether association is coming or not..Also check fieldValue for CalendarDate..