Tagged Questions
0
votes
1answer
22 views
XSLT filter for Yes/No Column/Field in SharePoint Custom List for SharePoint Designer DataView WebPart
I'm trying this with no luck:
[@ActiveStatus='Yes']
also tried 1, '1', 'True' .. get no rows back.. If I remove the filter I get back all rows.
full line in code view looks like this:
...
1
vote
2answers
1k views
How to count the number of rows returned when using a Data View Web Part XSLT and Xpath
I have created a data source to link, via a join, 2 lists in sharepoint 2010. The result is a Data View Web Part. I would like to count the results returned in the second 'lookup' list. So for ...
5
votes
2answers
2k views
XPath expression
I'm working on a DVWP where I'm trying to aggregate some data from a list based off some information in another list. I'm struggling to come up with the right XPath expression to do what I want.
In ...