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:
![Challenge Starter](https://community.intersystems.com/sites/default/files/badges/295959213-b83dd91a-663f-4f07-8e0e-e3287b7c2309.png)
![DC Commenter](https://community.intersystems.com/sites/default/files/badges/dc_commenter_1.png)
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