The xpath tag has no wiki summary.
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:
...
0
votes
1answer
1k views
How can I get full URL of current page with xpath on InfoPath 2010 form?
I want to open different forms for different SharePoint list views so I need to get current page full URL on an InfoPath 2010 form. How can I do this through XPath or XQuery?