Note that Dmitry's answer and mine are pretty much the same, except that I like to avoid post conditional commands where it´s not strictly needed
Hi Sebastian,
Set FF = ""
For {
Set FF=$Order(^Users(FF))
If FF="" Quit
If $Get(^Users(FF,"SETTINGS","isAllowed"))=1 {
Write !,"User ",FF," is allowed"
}
}
Rgds
Certifications & Credly badges:
Fernando has no Certifications & Credly badges yet.
Global Masters badges:
Followers:
Fernando has no followers yet.
Following:
Fernando has not followed anybody yet.
Hi Rizmaan,
If you are using System Management Portal to run it, you need to select "ODBC Mode".
Rgds