Hi @Vitalikssssss,
Thank you so much for your message!
Unfortunately in your trigger, with the concatenate function, you only retrieve one value that you concatenate to another one value.
If you remove the TOP statement, it will fail.
Thanks for the JS idea.
I'm trying to insert in another table the concatenated result.
Which means, with the JS solution, I would have to:
- create a data page with a form
- this form would have received the concatenated string from previous data page
- autosubmit the form
This is a lot of work
And more seriou