Skip to main content
Nintex Community Menu Bar

Nintex Form List view filtered by controlled value

  • September 23, 2016
  • 3 replies
  • 39 views

Forum|alt.badge.img+1

Hi  All,

I'm trying to create List view filtered by controlled value on my form but it doesn't work.

Value comes from metadata field.

Displaying all values I'm getting without any problems but once the value is set in the field list view start causing the error Something Went wrong. 

ULS logs :

Error filtering the list view control: System.ArgumentNullException: Value cannot be null.  Parameter name: staticName     at Microsoft.SharePoint.SPFieldCollection.GetField(String strName, Boolean bThrowException)     at Nintex.Forms.SharePoint.NfsFilterUtilities.GetFilterCondition(SPList list, String fieldName, Object value, LookupFilterMode filterMode)     at Nintex.Forms.SharePoint.FormControls.ListViewFormControl.ProcessFilter(String filterField, Object filterValue, LookupFilterMode filterMode)     at Nintex.Forms.SharePoint.FormControls.ListViewFormControl.FilterView()

Any one faced the same issue ?

M.

3 replies

Forum|alt.badge.img+16
  • January 10, 2017

Have you solved it?


Forum|alt.badge.img+4

did u find the solution??


Forum|alt.badge.img+11
  • October 25, 2018

To add my two cents to this:


I am using the List View function on a FORM to show the data from a list > view.

I thought I can use the filtering to say "only show data when the column FromDate is >= CurrentDate.



Where field * :   FromDate (Item Properties)

Filtered by value: fn-GreaterThan(formatDate(Lookup("/listname|Request","FromDate",FromDate, "FromDate"),"dd/MM/yyyy HH:mm"), formatDate(Current Date,"dd/MM/yyyy HH:mm"))


Error: 

However changing the FromDate to pain simple FromDate then there is no error but no data is retrieved.