EricLi
Level 6
since ‎18-04-19
4 weeks ago

User Statistics

  • 81 Posts
  • 0 Answers
  • 0 Likes given
  • 0 Likes received

User Activity

My collection fields include brackets like "AA[bb]", how to write the filter script? "[AA[bb]]='1'" looks do not work. And where I can find the documents talking about filter syntax.
We have a DB account for transaction report purpose, currently it is set in environment, but for security reason, the password is required to be changed in every 90 days. So that we have to manually make change in environment accordingly. Is there an...
Check in DB, a decommissioned run-time resource have been occupying one session for long time. How can I release this session occupied? Many appreciate if you can provide me scripts if necessary. Thanks!
Is there way to use the element identified in another object instead of creating a new or copy and paste to.  e.g. Element A identified in object H, now want to use element A in object Z without newly create in Z.------------------------------Eric Li...
May I have advice on what kind of functions are available in filter collection, so far just Len() is workable, others like Upper()/CDbl() /INSTR() are all return Undefined Function error. e.g. "Len([Field1])>2" do work.    "CDbl([Field2])>2" failed...