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
ben g | Answers
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 QuestionHi, 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 QuestionHi 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 QuestionHi 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 QuestionThis feature was added in Quantrix 5. It's available via the [font=Courier New:ul9v8thy]exportDelimitedText()[/font:ul9v8thy] context method. -Ben
View QuestionIt 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 QuestionHi 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 QuestionHi 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 QuestionHi Hory, Unfortunately, no. Canvas objects are not currently exposed through the scripting API. -Ben
View Question