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