TOPIC: Cannot add Current DateTime

Cannot add Current DateTime 22 Oct 2010 20:12 #682

  • guyapp@gmail.com
  • guyapp@gmail.com's Avatar
  • Offline
I am using Logicity PRO v 1.6.3866.13639. When configuring an RDD solution file for a SAVE action, when I right click in the save file name to insert a variable I get the following error when picking "Current Date Time":

"This variable cannot be inserted due to file naming constraints."

I was able to pick some of the other variables ok.
The administrator has disabled public write access.

Re:Cannot add Current DateTime 30 Jul 2012 14:39 #1051

  • sduranceau
  • sduranceau's Avatar
  • Offline
Hello!
Now in Logicity 1.7 you can specify custom variables, formatted to VBScript.
To write your own variable under the Display Name tab, simply put your VBScript command with a pair of percent signs around it(To specify it as a variable) and then a pair of curly brackets inside of those(To specify as VBScript). For example, if you wanted to display the current DateTime you would enter the following: %{Now}%

Now once you run your report, you should see the current DateTime in your Display Name.
I hope this helped!
-Devin
Attachments:
Last Edit: 30 Jul 2012 14:41 by sduranceau.
The administrator has disabled public write access.