Hi everyone,
After the November update a data expression that worked previously is not working anymore.
I was able to pinpoint where it goes wrong, and its now the GroupBy expression. I can't use it to get a max date anymore. I get an empty table. If I change the statistic to "COUNT", it works. I can use the "MAX" statistic on any numeric field but no longer on the date fields.
My dictionary is set up as
Ideas on why the max statistic isn't working for dates anymore?
Solved! Go to Solution.
So to fix this, I had to change my expiry date to DateOnly and convert to Text. In addition, changing the esri Field Type to string.
Once that was done, I could get the max date.
In my dashboard list, I then converted the expiry date back to a date so that I could change the colour of the results based on whether it was expired or not.
So to fix this, I had to change my expiry date to DateOnly and convert to Text. In addition, changing the esri Field Type to string.
Once that was done, I could get the max date.
In my dashboard list, I then converted the expiry date back to a date so that I could change the colour of the results based on whether it was expired or not.