ben g | Answers

Generic selectors
Exact matches only
Search title only
Search in content
Post Type Selectors
Answers
Questions

Here is the full response to this question: Scripts in Quantrix do run under a restricted security policy. It's not merely a default Java policy; it is something we cooked up ourselves. However, as with...

View Question
1 Vote Selected

Hi Andy, You can set the selected filter item using the [font=Courier New:3ckiuyqh]filterItem[/font:3ckiuyqh] property of [font=Courier New:3ckiuyqh]Matrix1[/font:3ckiuyqh]. To select the first item in...

View Question
0 Votes

Hi, One approach is to ungroup the item to be spared, then delete all remaining children in the category (groups or items). I preserved the first item because its index is constant, which simplifies...

View Question
0 Votes

Hi Simon, There isn't presently a property on items for descriptor access, but you could use a workaround along these lines: [code:2xlbewoq] Matrix m = |Matrix1| Item i = |Matrix1::A1| def descriptorValue...

View Question
0 Votes

Hi Liliana, Is it possible to post a small model that illustrates how your canvas is set up and how you are handling selection of the item you want cleared? Questions like this are easiest to answer...

View Question
0 Votes

This feature was added in Quantrix 5. It's available via the [font=Courier New:ul9v8thy]exportDelimitedText()[/font:ul9v8thy] context method. -Ben

View Question
0 Votes

It isn't possible to use pipe syntax in a scripted function, so the short answer is that you're on the right track but you will be stuck passing all the values into the function when you invoke it. Unfortunately,...

View Question
0 Votes

Hi Tommy, Sorry for the delay in this response. I'm afraid filtering isn't yet supported by scripting. See this thread for more history: viewtopic.php?f=27&t=901 Regards, Ben

View Question
0 Votes

Hi Kathy, Sorry for my delayed response - I missed your post due to a forum upgrade that reset my notification settings. Unfortunately creation of summary items is not currently supported by scripting....

View Question
0 Votes

Hi Hory, Unfortunately, no. Canvas objects are not currently exposed through the scripting API. -Ben

View Question
0 Votes
Load more answers