Congratulations to all participants!!

- Log in to post comments
Congratulations to all participants!!

Great project, congrats
Hi Cemper, thanks for your comment.
I fix the power bi file and I try to figure out my mistake with the globals on the repo.
Here the live demo https://bit.ly/3E5isQ2
Congratulations!!
Help me a lot, thanks @Timothy Leavitt
Hi, yes you can see a demonstration on video that @Henrique Dias
shared ( BTW thanks a lot). Or you can read the documentation here , with a lot of examples.
Super empolgado com a notícia!!!
Congrats for all winners!!
That's Awesome!!
Congratulations @Henrique Dias
Hi @Mike Davidovich is to audit the data with impartiality
Thank you very much guys
Congrats ![]()
Congrats to all participants and the winners: @Henrique Dias, @Nikolay Solovyev and @Lorenzo Scalese
For such incredible apps
Thanks to all community
Thanks @Lorenzo Scalese and congrats for the JSON-filter and the deserved nomination
Congratulations for all winners and a big thanks to you all participants for these amazing apps!
cool, thank @Vitaliy Serdtsev for the enlightenment
Thank you very much @Evgeny Shvarov
Hi @Eduard Lebedyuk
Yes, you are totally right. Using query class element will be concise and faster.
The point to use dynamic query are when the user choose the parameters to you do the query.
Using my simple example, when the method receive a name param or a age param to build the where clause. I really don't know how to solve it using query class.
In my $0.02 maybe will create an ByName and a ByAge methods, and another to combine both.
Like I said, it's a simple example that can solved by an OR, but in a complex report with the user need to choose by parameters use dynamic query could be an alternative
👍
Thank you very much @Maks Atygaev
That sounds great!!
Excited to see incredible new apps

Awesome!! Love the promo, congrats @Maks Atygaev
Great job!
Hi,
Have you tried to make the namespace a binary value and pass the user and password as a parameter?
s Attr3=$lb(128,"intersystems-Namespace",$lb("%SYS"))
s Attr4=$lb(0,"intersystems-Routine",$lb("iscRoutine"))
s Attr5=$lb(0,"intersystems-Roles",$lb("iscRole1","iscRole2"))
s Attr6=$lb(0,"userPassword",$lb(password))
s Attr7=$lb(0,"cn",$lb("test20"))
s Attr8=$lb(0,"uidNumber",$lb(58129))
s Attr9=$lb(0,"gidNumber",$lb(58129))
s Attr10=$lb(0,"homeDirectory",$lb("/home/test20"))
s Attributes=$lb(Attr1,Attr2,Attr3,Attr4,Attr5,Attr6,Attr7,Attr8,Attr9,Attr10)
s Status=##Class(%SYS.LDAP).AddExts(LD,DN,Attributes,"","")
i Status'=$$$LDAPSUCCESS w !,"AddExts error: "_Status_" - "_##Class(%SYS.LDAP).Err2String(Status) g LDAPErrorYou can see an example of that on LDAP.mac on Namespace Samples.
I hope that helped you
Sure. That would be great!
Thanks @Evgeny.Shvarov.
Yes it works with IRIS, I tried on IRIS version 2018.1.2 and works fine
Thank you very much Artanniel
You did a great job!!!
I was using the old version for a while, and this new improvements help me a lot..
Thanks very much