InterSystemsDev via @like
Q&A on #InterSystemsDevelopers: How to get all values of a setting of a Production item programmatically? #HowTo #InterSystems #Ensemble
>> http://ow.ly/Daft50wymFd <<
>> http://ow.ly/Daft50wymFd <<
InterSystems Developer Community
How can I get all values of a setting of a Production item programmatically?
I wish to retrieve all the setting values for a given production. I have found Set tSC=##class(Ens.Director).GetProductionSettings("EXC.EXC",.tSettings) WHERE EXC.EXC is
InterSystemsDev via @like
❔ Question: How to get the parent classname of a class? #HowTo #InterSystems #InterSystemsIRIS
💬 Answer: http://ow.ly/6WfX50wFDlc
💬 Answer: http://ow.ly/6WfX50wFDlc
InterSystemsDev via @like
How to create a calculated measure that will show the Percent of All for any dimension? #HowTo #InterSystems #Analytics #MDX
➡️ http://ow.ly/FjXg50wKPIt
➡️ http://ow.ly/FjXg50wKPIt
InterSystems Developer Community
How to create a calculated measure that will show the Percent of All for any dimension
I want to have a generic PercentOfAll measure that can be used for any dimension of the cube. This PercentOfAll should act like Count, but instead of showing the number of rows in a cell, it will show
InterSystemsDev via @like
❔ Question: How to ignore serialize a property in a class to JSON? #HowTo #InterSystems #InterSystemsIRIS #ObjectScript #JSON
💬 Answer: http://ow.ly/JjdY50wLMCl
💬 Answer: http://ow.ly/JjdY50wLMCl
InterSystems Developer Community
How to ignore serialize a property in a class to JSon
Hi all,I have a class that I want to serialize to JSon. So I'm using the object %ZEN.Auxiliary.jsonProvider)
set myClass = ##class(myapp.myclass).%New()
set myClass.property1 ="value 1"
set myC
set myClass = ##class(myapp.myclass).%New()
set myClass.property1 ="value 1"
set myC
InterSystemsDev via @like
Question: How to sync Server and local cache code using #VSCode? #HowTo #InterSystems #InterSystemsIRIS #ObjectScript
Discussion: http://ow.ly/EUCZ50wNIlD
Discussion: http://ow.ly/EUCZ50wNIlD
InterSystemsDev via @like
❔ Question: How to copy array values from #JSON to object using #DTL? #HowTo #InterSystems #InterSystemsIRIS
💬 Answer: http://ow.ly/7tNv50wRlxH
💬 Answer: http://ow.ly/7tNv50wRlxH
InterSystems Developer Community
How to copy array values from JSon to object using DTL?
Hi community,I need to create a DTL to get values from a JSon (%DynamicObject) to a class.Thre first items is copied fine, however when it tries to get the values from an array it raises an error.&nbs
InterSystemsDev via @like
❔ How to extract data from a list property? #HowTo #InterSystems #InterSystemsIRIS #SQL #Code
💬 Answer: http://ow.ly/c9s650wXlfW
💬 Answer: http://ow.ly/c9s650wXlfW
InterSystems Developer Community
How to extract data from a list property
Say I have a property in a persistent class that stores list of colours and I would like to query that field and return a list and be able to loop that list to get individual colours how w
InterSystemsDev via @like
❔ How to pass an aux.RuleUserData unique value for each individual routing rule? #HowTo #InterSystemsIRIS #DevOps
💬 Answer: http://ow.ly/vK4x50xfTDA
💬 Answer: http://ow.ly/vK4x50xfTDA
InterSystems Developer Community
How do I pass an aux.RuleUserData unique value for each individual routing rule?
Hi,I have two rules within a single rule set where I am wanting to set a variable (RuleUserData) (MGH & MGP) to pass into the transform called for each rule. However, the RuleUserData value&
InterSystemsDev via @like
❔ Question: How to separate #OBX segments based on "."? #HowTo #InterSystems #ObjectScript
💬 Discuss: http://ow.ly/j3Dy50xxxVS
💬 Discuss: http://ow.ly/j3Dy50xxxVS
InterSystems Developer Community
How to separate OBX segments based on .
Hi, I am trying to transform a message to meet a third party specification, and would like to know if you can advice me on how to separate a single OBX segment into several segments based on a '.'I wo
InterSystemsDev via @like
How to execute a program from a program and capture the results from the executed program? #HowTo #InterSystems #InterSystemsIRIS
Answer: http://ow.ly/UwHy50y27p7
Answer: http://ow.ly/UwHy50y27p7
InterSystems Developer Community
How to execute a program from a program and capture the results from the executed program
Hi,I have a program that displays the current running processes to the screen. I need to have a program execute that display program and capture the results to a file. The display prog