TheqListForm auto fill display incorrect data. When auto filling a field in a list form from a field that is a lookup field on a lookup list includes the id of the lookup value, a delimiter (;#) and the text value. It should only fill with the text value
INTERNAL – Is it possible to drill down chart using <%expression%> expression?
Drill down feature of qChartView web part to launch another chart, which contained the break down for the bar selected in the parent chart. Is that possible to breakdown using <%expression%> expression?
Error “An unexpected error has occurred”
When trying to edit any webpart and then selecting the Modify Shared Web Part from the menu on any SharePoint site would give the following error:-
An unexpected error has occurred
All the permissions are correct.
Search freezes after opening document and searching
The search function freezes when trying to search on a SharePoint content database in a Quest List view webpart.
Custom Fields do not work in the SI ListView web part
Custom Fields do not work in the SI List View web part. Take the example from the help file below, try and concatenate any two fields using the syntax provided and there is no output at all.
For example, to display a full name, you can concatenate the first name and last name as follows:
<Field Name=CalculatedFullName Title=Full Name CalculatedValue=&lt;%First Name%&gt; &lt;%Last Name%&gt; />
List View – missing slash when setting Site URL to absolute path in SSL environment
When configuring the list view web part, an attempt is made to set the Site URL of the list to something like https://www.example.com/, but when save is clicked on, the configurator automatically sets the URL to https:/www.example.com/ (notice one of the slashes is missing), and hence the list cannot be found. Some users would like to be able to use the absolute path since it is more straight forward.
List View – Issue with the “Add Condition” inside the CAML Filter configurator
When clicking on “Add Condition” inside the CAML Filter configurator, the browser freezes for a long period of time ( >5 minutes), and when it does respond again, the drop down boxes under “Edit Condition” can not be opened. Also, the status bar at the top right never stops.
This only happens in Internet Explorer 6, not Internet Explorer 7.
INTERNAL – Can the “Check User Access” feature of the Quest Panel Menu be used for lists as well
The documentation in the in the Quest Development Studio for SharePoint Training Guide states that the Check User Access” feature
“…only works if the URL points to a SharePoint site. “
CAML Filter doesn’t work
A CAML filter that references the currently logged on user using the extended value <CurrentUserID /> as per the documentation does not work.
The filter returns no rows of data.
The documentation states the following:
The CAML Filter in Quest List View and Quest Calendar View may contain the following extended values:
- <CurrentUserName /> – This element will be replaced with the display name of the current user. For example: John Smith
- <CurrentLoginName /> – This element will be replaced with the login name of the current user. For example: domain\johnsmith
- <CurrentUserID /> – This element will be replaced with the ID of the current user. For example: 1
- <CurrentUserEmail /> – This element will be replaced with the email address of the current user. For example: johnsmith@domain.com
INTERNAL – Fatal Error – “Underlying Secure Session has faulted” and “Out of Memory Errors”
A client was getting the following error in the pfm log when running migrations:
The underlying secure session has faulted before the reliable session fully completed. The reliable session was faulted.
Also, Out of Memory errors were orginating form the Web Import Service. The following is form the IIS log:
Exception: System.OutOfMemoryException
Message: Exception of type ‘System.OutOfMemoryException’ was thrown.
