The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
|
|
SalesLogix Web Reporting: Basic filter not taken into account
Posted: 13 May 09 5:30 AM
|
Hi,
I have a problem with the XML Filter in web Reports: I create a report with a filter (to have only the opportunities of the current user) In the LAN version there is no problem, the filter work. In the web version the filter doesn’t work.
We have the same problem with the standard report “Current Activities”
My SLX Web version : 7.5.1. EN Crystal Report version XI service pack 3
The filter added in the report (I replaced the <> by [] in this post):
[SLXReportConditions] [MainTable]OPPORTUNITY[/MainTable] [Connector]ALL[/Connector] [SLXCondition] [ConditionType]User[/ConditionType] [Table] [/Table] [Field] [/Field] [Operator]=[/Operator] [Value] [/Value] [FromRange] [/FromRange] [ToRange] [/ToRange] [DataType]STRING[/DataType] [Tag]:UserID[/Tag] [/SLXCondition] [/SLXReportConditions]
|
|
|
| |
|
Re: SalesLogix Web Reporting: Basic filter not taken into account
Posted: 03 Mar 10 3:14 AM
|
Have you tried to install the SP2? I did and it works now: the filter properly applies.
If I I select a filter in the Web (current user), the following XLM is added: ("<" has been replaced by "[" and ">" by "]" )
[SLXReportConditions] [MainTable]ACTIVITY[/MainTable] [Connector]ALL[/Connector] [SLXCondition] [ConditionType]User[/ConditionType] [Table] [/Table] [Field] [/Field] [Operator]=[/Operator] [Value] [/Value] [FromRange] [/FromRange] [ToRange] [/ToRange] [DataType]STRING[/DataType] [Tag]:UserID[/Tag] [/SLXCondition] [/SLXReportConditions] |
|
|
| |
|