Oct 31, 2001 #1 CrystalVisualBOracle MIS Joined Jan 8, 2001 Messages 163 Location US Hello all. Does anyone know the syntax needed to pass a datetime parameter through via a URL. ie/ http://www.site./Reports/MyReport?DateTimeParam0='yyyy,mm,dd' Thanks, CrystalVisualBOracle
Hello all. Does anyone know the syntax needed to pass a datetime parameter through via a URL. ie/ http://www.site./Reports/MyReport?DateTimeParam0='yyyy,mm,dd' Thanks, CrystalVisualBOracle
Nov 5, 2001 #2 reply Programmer Joined Feb 18, 2004 Messages 35 Location US promptex-Date=%22DateTime%281996%2C12%2C03%2C0%2C0%2C0%29%22 Upvote 0 Downvote
Dec 31, 2001 #3 rptnut Technical User Joined Sep 24, 2001 Messages 24 Location US Another way is to pass the DateTime function in the URL: ?DDate=DateTime(2001,12,31,0,0,0) Upvote 0 Downvote