Thanks for your useful information.
- Log in to post comments
Thanks for your useful information.
Thank you for your guidance . But "" its mentioned string . how to add a string ?
Thank you Dmitry
Thank you Dmitry
How to fetch the data from unstructured database?
Is Cache unstructured database?. How to find a particular data in database ? Sql search by row and coloumn . How to search in Cache ? .
Thanks
Thanks
Thanks. We retrieved individual data in a property. Is not possible to retrieve the whole data in a property?
set obj.name = name1,name2,name3
Is possible I retrieve the all data in same properties without Id?
Existing image as offline or online :? plz give example of any path of sample.
Please give one example program of Stream file Binaryand images are store and retrieve these program. I confused this topics.
Hi,
Suppose we are passing only services but not directory and host name.If possible it is return any token.Please give the solution.
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.
How to we add SSL configuration for above code.
Thanks
Thanks .
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.
Really thanks for your another perspective explaination.
Wow.Very Nice..
Thanks Eduard.
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
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/Publ…
Thanks,
Ponnumani Gurusamy.
It is both :
For Ex:
No SQL :
^Stock(item,size,color,pattern) = quantity
SQL:
SELECT *from obj.property1,obj.property2
Thanks,
Ponnumani Gurusamy
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 .
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
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.
We tried with administrator credential also. But we are facing this same issue.
Try to use "window.location.replace" instead of "window.location.href"
if (response == "1") { window.location.replace("cmain.csp"); }