Please could you explain what you did to make it work as I am having the same problem. I have a report focussed on student with a subreport on attendance. I filter attendance to be after a certain date and before another one, currently very far apart. These are what I want to set via parameters. I ran the report with the \PARAMDEF switch but couldn't see any reference to my dates in it so don't know what to change (or even how to format the date if I did!) I even set the repoprt to prompt on running but got the same paramdef output. At the risk of boring you my paramdef output is below.
Howard
SIMS.net Command Line Report Exporting Utility 7.136.29.0
Copyright ¸ Capita Business Services Ltd 1984-2010. All rights reserved.
Logging into to SIMS.net as user hom-it
Getting reports for user hom-it
Report 'HOM_ExportAllSessionAattendanceMarksXMLS' found.
Generating Report Parameter Definition file
<?xml version="1.0" encoding="us-ascii"?><ReportParameters><xs:schema id='ReportParameters' xmlns:xs='http://www.w3.org/2001/XMLSchema' xmlns:msdata='urn:schemas-microsoft-com:xml-msdata'
attributeFormDefault='qualified' elementFormDefault='qualified'>
<xs:element name='ReportParameters' msdata:IsDataSet='true' msdata:Locale='en-GB' msdata:EnforceConstraints='true'>
<xs:complexType>
<xs:choice maxOccurs='unbounded'>
<xs:element name='Parameter'>
<xs:complexType>
<xs:sequence>
<xs:element name='Name' type='xs:string' minOccurs='0' msdata:Ordinal='0' />
<xs:element name='Type' type='xs:string' minOccurs='0' msdata:Ordinal='1' />
<xs:element name='PromptText' type='xs:string' minOccurs='0' msdata:Ordinal='2' />
<xs:element name='Values' minOccurs='0' maxOccurs='unbounded'>
<xs:complexType>
<xs:choice>
<xs:element name='Logical' type='xs:string' minOccurs='0' maxOccurs='1' />
<xs:element name='String' type='xs:string' minOccurs='0' maxOccurs='1' />
<xs:element name='Integer' type='xs:string' minOccurs='0' maxOccurs='1' />
<xs:element name='Date' type='xs:dateTime' minOccurs='0' maxOccurs='1' />
<xs:element name='ValidValue' minOccurs='0' maxOccurs='unbounded'>
<xs:complexType>
<xs:sequence>
<xs:element name='Id' type='xs:string' minOccurs='1' />
<xs:element name='Code' type='xs:string' minOccurs='1' />
<xs:element name='Description' type='xs:string' minOccurs='1' />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name='IntegerRange' minOccurs='0' maxOccurs='1'>
<xs:complexType>
<xs:sequence>
<xs:element name='Min' type='xs:string' minOccurs='1' />
<xs:element name='Max' type='xs:string' minOccurs='1' />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name='DateRange' minOccurs='0' maxOccurs='1'>
<xs:complexType>
<xs:sequence>
<xs:element name='Start' type='xs:dateTime' minOccurs='1' />
<xs:element name='End' type='xs:dateTime' minOccurs='1' />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name='id' form='unqualified' type='xs:string' use='required' />
<xs:attribute name='subreportfilter' form='unqualified' type='xs:string' use='required' />
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
</xs:schema></ReportParameters>Generating Complete

