Submitted by WayneK on 2021/02/18 14:12
I sort a lot using ItemCreated date.  But for this to work correctly, you have to first refresh the grid (values are not displayed when item is created).
 
I forget to do this repeatedly, so that what I expect to be a one-step operation becomes three: 1) Sort; 2) Refresh grid after realizing some items don't have created dates; 3) Sort again.
 
Is there any way to get around this and avoid the extra steps?
 
Maybe it wouldn't be desirable to refresh the grid every time you create a new item, but maybe include a grid refresh any time a sort is initiated on a column that has automatic values?
 
Wayne

Comments

Hi Wayne,
 
All smart field don't refresh automatically. It's on the Wish list
 
If you use the Source sort instead, a single refresh would do the job. Enter ItemCreated Desc in the Source bar Sort textbox
 
Pierre_Admin
IQ Designer