Hi ,
I am refreshing the report with the Date-time parameters but i am getting the WSR 00102 Illegal argument (Suspicious identifier(s): [14, 15])
Below are the values of these parameters:
<parameter dpId="DP0" optional="true" type="prompt">
<id>14</id>
<technicalName>Enter Report Date(Start):</technicalName>
<answer constrained="false" type="DateTime">
<info cardinality="Single"/>
<values>
<value>2014-10-01T00:00:00.000-07:00</value>
</values>
</answer>
<name>Enter Report Date(Start):</name>
</parameter>
<parameter dpId="DP0" optional="true" type="prompt">
<id>15</id>
<technicalName>Enter Report Date(End):</technicalName>
<answer constrained="false" type="DateTime">
<info cardinality="Single"/>
<values>
<value>2015-01-30T00:00:00.000-08:00</value>
</values>
</answer>
<name>Enter Report Date(End):</name>
</parameter>
Pattern of date format is as per the requirement for the xml. please let me how to over come this issue.
Thanks
Gaurav