User bio
404 bio not found
Member since Mar 17, 2016
Posts:
Replies:
I tried using between but got the same result.
My property definition is as below:
Property Active As %Integer [ Calculated, Private, SqlComputeCode = { Set {Active}='$D(^ADZDICT("OS80",1,{HospitalCode},1,{LocationCode},"ACT"))
}, SqlComputed ];
I have a method:
Method ActiveGet() As %Integer
{
Q '$D(^ADZDICT("OS80",1,..HospitalCode,1,..LocationCode,"ACT"))
}
Certifications & Credly badges:
Aditi has no Certifications & Credly badges yet.
Global Masters badges:
Aditi has no Global Masters badges yet.
Followers:
Aditi has no followers yet.
Following:
Aditi has not followed anybody yet.
Using %IGNOREINDICES helped!
Thank you all :)