InterSystems Zen is an application framework for quickly creating data-rich Web applications that is included with Cache and Ensemble.
Questions tagged [intersystems-cache-zen]
5 questions
2
votes
1 answer
Updating a form generated by a wizard based on a class
I'm following the tutorial here. I created my data class and added a name property using the wizard. I then created a zen form using the wizard, during which I selected the data class created above. Everything worked great. However, I went back…
user736893
1
vote
2 answers
Select all facts even when WHERE clause is present
I know this might sound strange and I can certainly work around my problem. I am using SQL on server side code and a statement is similar to the following:
SELECT myCol FROM mytable WHERE myCol2=url_parameter
url_parameter is a string passed…

aless80
- 3,122
- 3
- 34
- 53
0
votes
1 answer
zen report-dividing two summation values
I want to divide two columns summations and make sure that the other number is not zero.
I tried with the statement below but it does not work
can anyone tell…

raghad almajid
- 1
- 1
0
votes
1 answer
InterSystems Cache ObjectScript vs Java as in Web application development
Recently My Project Manger has asked me to work on InterSystems Cache ObjectScript. Earlier i used to work as Java Developer (J2EE). So my question is how different is Cache from java. Comparison would be great to have.

Sudarshan
- 9
- 3
0
votes
1 answer
How to create content for child pages of a template?
I created a Zen page with a header. All is good. I then created a new Zen page and during the wizard specified that it was a "subclass of a template page". So now I have Class Custom.App.HomePage Extends Custom.App.TemplateMaster. If I visit…
user736893