Hi,
I have created a infopath form, which has a drop down control. The value to this drop down control is pulled using a data connection from SharePoint list itself. After creating the data connection, i set this to my control and set a filter there to filter the data based on a field value. While verifying this over preview, it works fine as expected. But after publishing this form to sharepoint site from central admin, it is not giving me any data.
I modified the form to remove the filter and published, it is displaying all the data as expected. But when i add filter and verify, following warning are getting:
The filter expression is on external data and could not be validated. It may not be supported in Web browser forms.view1.xsl (484, 17)
Control ID: CTRL334
The filter expression is on external data and could not be validated. It may not be supported in Web browser forms.LimitedaccessView.xsl (483, 17)
Control ID: CTRL334
The filter expression is on external data and could not be validated. It may not be supported in Web browser forms.FullviewEmployee.xsl (538, 17)
Control ID: CTRL334
Some controls in this form will send data to the server whenever their values change. To see more details, open the form template in Microsoft InfoPath in design mode and view the Browser Optimization section of the Design
Checker task pane.
This is a fully trusted form template. Only deploy fully trusted forms from trusted sources.
One or more form templates with this file name already exist on the server. You may encounter problems from activation if a form template with the same file name is already present in the site collection.
Please help me... Thanks in advance