Loading...

Archives

Exporting a List to Excel does not show all List items

Exporting a List to Excel does not show all List items

When using qListView to export a List to Excel, not all of the List items are being exported to the spreadsheet. The List has over 3000 items but only 2000 are being shown after the export.

“The size of the uploaded file exceeds max size allowed”

“The size of the uploaded file exceeds max size allowed”

When using qListForm to display a Rich Text field, we are using the Document Manager in the Enhanced Ribbon to add attachments to the List item. However, when trying to add a document over 200kb, the following error is thrown:

"The size of the uploaded file exceeds max size allowed"

If however we try to upload a document through the OOB attachments section at the bottom of the web part, that works fine with the same identical document.

“Error: The filter settings provided returned too many results. Narrow your search and try again.”

“Error: The filter settings provided returned too many results. Narrow your search and try again.”

Using qListView for a list with over 40000 items to show 3 columns (2 columns are text and the 3rd is a number), there is a filter setup on an indexed column. The filter used is:

<Eq>
 <FieldRef Name="Case_x005F_x0020_ID" />
 <Value Type="Number">668899</Value>
</Eq>

However, the following error is displayed immediately:

"Error: The filter settings provided returned too many results. Narrow your search and try again." 

qListForm tab is not hiding

qListForm tab is not hiding

When using qListForm with multiple tabs, the Form Component Behavior is set to Show a Container/Tab when a field is set to Equal to a FixedValue. However, the web part does hide the tab as is expected by the defined logic.

Changing the Locale causes qChartView to stop working

Changing the Locale causes qChartView to stop working

If the Site Settings | Regional Settings | Locale is changed to French, the list data is changed from being displayed with a "." to "," and thus qChartView no longer displays the correct data.