I am getting the following error when I add my forst filter parameter:
Error: SQLGridSelectedView is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object. at TressleWorks.SQLGridSelectedView.SQLGridSelectedView.SubstituteParm(String sCommand, FilterOptions poSelection, String psOverride) at TressleWorks.SQLGridSelectedView.SQLGridSelectedView.sBuildWhereClause(Boolean pbWhereExists) at TressleWorks.SQLGridSelectedView.SQLGridSelectedView.BuildSQLCommand(String psRawSQL, String psSortExpr) at TressleWorks.SQLGridSelectedView.SQLGridSelectedView.DisplayGrid(String psSortExpr, Boolean pbExport) at TressleWorks.SQLGridSelectedView.SQLGridSelectedView.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---
Parm Name: wfType
Select: SELECT DISTINCT [value] FROM myTable WHERE [myField] = 'myString' ORDER BY [value]
Clause: [value] = '[Parm:wfType]'
Any help would be appreciated.