Questions tagged [intersystems]

InterSystems is a software company based in Cambridge, MA.

They sell many products related to software development, application integration and data storage including IRIS Data Platform, Caché, Ensemble, and HealthShare.

The products are based on the database (supports SQL, Object, NoSQL access) and the programming language.

Resources

Related tags

130 questions
0
votes
2 answers

In Caché ObjectScript, what is the `Aliases' property keyword

Under Intersystems Property Keywords documentation Aliases is not listed as a keyword. However, in studio if I type Property Tst As %String [ the drop-down pops up with Aliases and fills it with Property Tst As %String [ Aliases = The only way I…
jtzero
  • 2,204
  • 2
  • 25
  • 44
0
votes
1 answer

Can i able to make Trigger in Cache for mapped global?

I need to create a trigger function that would be called whenever i insert or delete data to my table. Internally cache keeps the data in a global. in the reverse way i can add data directly to the Global and i can view it in the table. The trigger…
0
votes
1 answer

Keep the values of a complex type property in a Zen Page

I am trying to keep the values of a Zen Page's property, that is an array of a complex type, but I am not having success. When I set an object in this array and the method when I am doing this finishes, the array is cleared. The same does not happen…
0
votes
1 answer

how to call a simple java program from intersystems cache?

I have seen the document of inter-systems cache describes calling other programming functions like c,Java. could any one help me to understand the way of doing it with simple Java example.
0
votes
1 answer

cache in macosx

I installed cache in macos x. But i cant able to open a studio there and i cant able to see cache cube there.How do i will open it and create clasess,routines,...etc in cache in mac osx.
user171843
0
votes
1 answer

Best way to check if a field is empty in a DTL

For a non repeating field. How do I write an If that executes only if the field is empty. i.e. source.{PID:19} I've tried source.{PID:19} = "" and source.{PID:19} '= "" in the if (With true and false), but neither worked.
RLZaleski
  • 616
  • 6
  • 17
0
votes
1 answer

LogiXML Studio - Logi Report force page break

I'm not sure how wide the Logi Report user audience is that watches the site, but here's my dilemma. I new to find a way to force a page break after a group summary row. It is of course easy to do if printing (or exporting to pdf or the like) due to…
eatonphil
  • 13,115
  • 27
  • 76
  • 133
0
votes
1 answer

CacheSQL calculate total time

I'm looking to calculate the total time from a column similar to this forum: https://stackoverflow.com/questions/3054943/calculate-sum-time-with-mysql Here is my code that is not working: SEC_TO_TIME(SUM(TIME_TO_SEC(CASE WHEN (SUBSTR(Total_Time,1,2)…
eatonphil
  • 13,115
  • 27
  • 76
  • 133
-1
votes
2 answers

How to take screen shots in windows system using Intersystems Cache?

How to take screen shots in windows system using inter systems cache?
-3
votes
2 answers

Cache migration

The below URL gives insight into how to migrate from sql to cache. http://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=GTSQ Is it possible to do the same in reverse - Cache database to SQL database? I would like to use Ensemble…
1 2 3
8
9