Hi (alex?) ,
i´ve another question:
When i create a view for one of my forms, i´d like to add a dynamically created link to each entry, that takes some of the values for the database and uses the [entry._user] value for creation of this link. How can I add this to the TableView?
Thanks a lot in advance
Florian
You can have an autolink field (definition added to your form) that can reference values in a record and you define it's pattern
Alex
While reading the Manual I thought this is evaluated only once while creating/modifying the entry? What I´m searching for needs to be evaluated while the view is generated
Thanks a lot
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, that's right... Calculated on create/update
If you need it to be a unique or user specific each time then I guess this needs to be something with "asLink" function (as well as "prepend/append"). I suggest to have a static part done with autolink and then a combination of prepend/append/asLink functions applied on the fly (in the field name parameter of the ConfiForms Field macro)
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I know I could solve it with a PlainView, but this is Pain-in-the-A.. for different fields, like Email, JQL, ...
So if there is a simple hint you could give me i really would appreciate it
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.