COGNOiSe.com - The IBM Cognos Community

Legacy Business Intelligence => COGNOS ReportNet => SDK => Topic started by: m_karbala on 16 Dec 2008 03:44:30 PM

Title: Date Format
Post by: m_karbala on 16 Dec 2008 03:44:30 PM
I am generating report using SKD and I am trying to pass the parameteres required for the report (11 params).
I am getting [System.Web.Services.Protocols.SoapException] = {"Client Error"}

Now my question is:
What is date format? should be like 12/16/2006?
Can we use % for string parameters to return all the results?
Title: Re: Date Format
Post by: moggyx on 18 Mar 2009 06:40:19 AM
Hi,
Considering the SDK is a web service and is expecting a date format.
You should attempt to pass an xsd format date as a parameter.

Check out the following link for details:
http://www.w3schools.com/Schema/schema_dtypes_date.asp

Cheers