Button Scripting

Solved3.08K viewsPresentation Canvas
0

Hello,
I am trying to add a button that would add a of Soft. Version row.
I wrote the code |’Software & Version’::’Soft. Version’|.children.create(1) but its giving me error. What am I doing wrong?

QuantrixAuthority Answered question August 31, 2018
1

I think you problem is you have special characters in the matrix name “&” and in the category name “.” which is causing some problems with the scripting.  Change your Matrix name to have no special characters as well as the category to have no special characters and try this code for example:
|Software And Version::Soft Version|.children.create(1)
It should then work as I have been able to get it to work on my machine.
I have found that special characters in matrix names and category names causes problems in Quantrix not only in this instance but also in DataPush.

QuantrixAuthority Answered question August 31, 2018