Learning Documentation Community Open Exchange Global Masters Certification Partner Directory Ideas Portal
Developer Community
  • Posts
    • InterSystems Official
    • Articles
    • Questions
    • Announcements
    • Discussions
    • Tags
  • Events
    • Tech Article Contest
    • Programming Contest
    • InterSystems Ideas Contest
    • Event Calendar
  • Products
    • InterSystems IRIS
    • InterSystems IRIS for Health
    • HealthShare
    • TrakCare
    • Caché
    • Ensemble
    • InterSystems Analytics (DeepSee)
    • InterSystems Text Analytics (iKnow)
  • Jobs
    • Job Opportunity
    • Job Wanted
  • Members
  • About
    • About Us
    • FAQ
    • Feedback
    • Report an Issue
    • Share an Idea
    • Code of Conduct
    • Contact Us

EN

Search by posts, members, tags
Language
EN|
ESPTJPCNFREN
New post
  • Profile page
  • Posts (59)
  • Replies (29)
  • Mentions (1)
  • Official certification & Credly badges (0)
  • Global Masters badges (19)
  • Followers (2)
  • Following (14)
AllAccepted answers
    go to post
Ponnumani Gurusamy · Apr 24, 2023

Try to use "window.location.replace" instead of "window.location.href"

if (response == "1") { window.location.replace("cmain.csp"); }

0 0 https://test.community.intersystems.com/post/post-form-data-and-redirect-not-working#comment-221846
    go to post
Ponnumani Gurusamy · May 4, 2020

We tried with administrator credential also. But we are facing this same issue.

0 0 https://test.community.intersystems.com/post/didnt-able-start-intersystems-cache#comment-121691
    go to post
Ponnumani Gurusamy · Aug 27, 2019

Hi Vivek,

%Save() is a function . So please assign it to one variable and check it. Surely it will work.

for ex:  set jData=objExternalUser.%Save()

Thanks.

0 0 https://test.community.intersystems.com/post/save-not-saving-data-cache-db#comment-111556
    go to post
Ponnumani Gurusamy · Jun 26, 2019

Wow.Very Nice..

0 0 https://test.community.intersystems.com/post/remove-last-element-lb-property#comment-70431
    go to post
Ponnumani Gurusamy · Mar 12, 2019

Really thanks for your another perspective explaination.

0 0 https://test.community.intersystems.com/post/global-data-converted-csv-file#comment-65436
    go to post
Ponnumani Gurusamy · Mar 12, 2019

Hi Thembelani,

              First we  convert date to horolog.

             set p="12/03/2019"

            set horval=$zdateh(p)  //now we got horolog value is 65350

         After that , we use $zdate function and convert the date format.

          w $zdate(horval,3) // now we got 2019-12-03

Thanks,

Ponnumani G

1 0 https://test.community.intersystems.com/post/string-date#comment-108641
    go to post
Ponnumani Gurusamy · Jun 22, 2018

I used both of routine and cls. But I did like for cls . We are appliying FHIR concept to class easily and  generated the structure of the data flow.

1 0 https://test.community.intersystems.com/post/class-vs-routine-objectscript-what-do-you-use-and-why#comment-52576
    go to post
Ponnumani Gurusamy · Jun 1, 2017

DeepSee has a Developer Tutorial in the Documentation. This Is very good . Some example available for this Document .For Ex."HoleFoods" and "Patients" cubes in the SAMPLES namespace .

1 0 https://test.community.intersystems.com/post/can-i-use-intersystems-iknow-without-intersystems-deepsee#comment-94746
    go to post
Ponnumani Gurusamy · May 27, 2017

It is both :

For Ex:

No SQL :

     ^Stock(item,size,color,pattern) = quantity

SQL:

    SELECT *from obj.property1,obj.property2

Thanks,

Ponnumani Gurusamy

1 0 https://test.community.intersystems.com/post/sqlnon-sql#comment-94541
    go to post
Ponnumani Gurusamy · May 27, 2017

Hi ,

Our Community also using Deepsee and Created Analytics report .I think it is useful example dor your learning.Analytics .https://analytics.community.intersystems.com/dswpub/index.html#!/f/Publi...

Thanks,

Ponnumani Gurusamy.

1 0 https://test.community.intersystems.com/post/deepsee#comment-94536
    go to post
Ponnumani Gurusamy · May 20, 2017

Thanks .

0 0 https://test.community.intersystems.com/post/angular-js-cache#comment-27246
    go to post
Ponnumani Gurusamy · May 20, 2017

iknow technology product information,document and videos are available in below link.I think this is useful for your learning.

http://www.intersystems.com/our-products/embedded-technologies/iknow/

http://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=GIKNOW

https://www.youtube.com/playlist?list=PLKb2cBVphNQShrR68_Tc_IBJoxCaiAz9z

4 0 https://test.community.intersystems.com/post/iknow-technology#comment-94176
    go to post
Ponnumani Gurusamy · May 18, 2017

Thanks

0 0 https://test.community.intersystems.com/post/count-global-node#comment-27136
    go to post
Ponnumani Gurusamy · May 16, 2017

How to we add SSL configuration for above code.

0 0 https://test.community.intersystems.com/post/http-request-and-responce#comment-27026
    go to post
Ponnumani Gurusamy · May 16, 2017

I am using HTTPS Protocal.So request is working fine and response is return empty.But this same URL run with Post man.It is return correct xml data.So how to I solve the code.

0 0 https://test.community.intersystems.com/post/http-request-and-responce#comment-27021
    go to post
Ponnumani Gurusamy · May 15, 2017

Hi,
    Suppose we are passing only services but not directory and host name.If possible it is return any token.Please give the solution.

0 0 https://test.community.intersystems.com/post/http-request-and-responce#comment-26971
    go to post
Ponnumani Gurusamy · May 15, 2017

Thanks Eduard.

0 0 https://test.community.intersystems.com/post/http-request-and-responce#comment-93916
    go to post
Ponnumani Gurusamy · Sep 26, 2016

Please give one example program of Stream file Binaryand images are store and retrieve these program. I confused this topics.

0 0 https://test.community.intersystems.com/post/stream-file-binary#comment-15186
    go to post
Ponnumani Gurusamy · Sep 23, 2016

Existing image as offline or online :? plz give example of  any path of sample.

0 0 https://test.community.intersystems.com/post/stream-file-binary#comment-15111
    go to post
Ponnumani Gurusamy · Sep 21, 2016

set obj.name = name1,name2,name3

Is possible I retrieve the all data in same properties without Id?

0 0 https://test.community.intersystems.com/post/cache-class-program#comment-14922
  • 1
  • 2
  • next ›
  • last
Ponnumani Gurusamy
@Ponnumani.Gurusamy7943
Follow

User statistics

Posts
59
Replies
29
Likes
32
Applications
0
Badges
19
Followers
2
People reached
50.2K
Accepted answers
5
  • Privacy & Terms
  • Guarantee
  • Section 508
  • Contest Terms
  • Cookies Settings
© 2025 InterSystems Corporation, Cambridge, MA. All rights reserved.

Log in or sign up

Log in or create a new account to continue

Log inSign up

Log in or sign up

Log in or create a new account to continue

Log inSign up

Log in or sign up

Log in or create a new account to continue

Log inSign up

Log in or sign up

Log in or create a new account to continue

Log inSign up