Do an 'or' on selecting a nodeset on SharePoint List
Trying to create a report from a SharePoint list where I want a row to be included in my nodeset IF field 'a' is null/blank and a date field 'b' is less than a 'from' date entered by the user OR date field 'b' is between a 'from' and a 'to' date entered by the user (as field 'a' could be non-null, but still want it included because of date). Does that make sense?
Is it possible to do this in a dsqueryresponse/rows/row?
The report would then have a column where field 'a' is null and I could count the row if the date field 'b' is less then the 'from' date.
New to xslt so struggling on some of this.
|