Refer to item (name) in row equation?

Submitted by kevin on 2020/04/08 13:24
Hi Everyone,
 
I'm new to the program, so please bear with me.
I'm taking the advice of others in this forum and have created a string representation of the ItemID, this is working fine for me.
Now I'm trying to take it a step further and create an abbreviated markdown style link, e.g. [MyItemName](IQ:123), for use in other applications.
The IdItem is showing up fine, as well as the brackets, but the actual [Item] is blank, e.g. [](IQ:123).
What am I missing?
 
="["+ [Item] +"](IQ:"+ CStr([IDItem]) +")"
 
Thanks,
Kevin
 

Losing work when exiting edit mode

Submitted by WayneK on 2020/04/02 12:43
Does anyone else lose work when exiting edit mode?  I happens to me pretty regularly.
 
1) Enter edit mode
2) Add text
3) Hit return to exit edit mode
4) All the text just added disappears
 
Just had the worst case yet where I lost not only the current edit, but previous edits amounting to 10-15 minutes of work which I now have to try to recreate from memory.  It's as if it reverted to a previous state from several edits ago.
 
In this last case, I was working in a text field adding a bulleted list.
 
Like most of my glitch problems, it cannot be recreated on demand, and I cannot figure out what causes it to happen when it happens. 
 
Wayne
 
edit: Could I be inadvertently hitting some shortcut key combination that would explain it?  Don't what that would be.
 

items displayed when filter returns > 2000 items

Submitted by jimspoon on 2020/04/01 20:48
When a grid filter returns > 2000 items, and I select to have the first 2000 displayed, it would be nice if the items displayed were the 2000 most recently modified items.  Or perhaps it would be nice to have some other user-specified default criterion for determining which 2000 items are the first displayed.  For me though, "most recently modified" would be most useful.