The xpath tag has no wiki summary.
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 ...
1
vote
4answers
1k views
How to get look up fields display name?
I have a list with 3 columns in it.
Title, QType, Qtype_Text ..
Title is usual field. QType is a lookup field (it works). And Qtype_Text is a kind of singleline textbox. I want to get QType's ...
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 ...
0
votes
3answers
1k views
Sort dropdown field in list form
I have list form(s) (disp.aspx, edit.aspx, new.aspx) in SharePoint that contain lookup dropdown fields. I'd like to sort the data within the dropdown by descending. Viewing the form code within ...
0
votes
1answer
720 views
InfoPath 2010 rule based on field value fails to run
I have an XPath expression that returns true or false (NOT boolean, just strings in a text field).
I would like to set a condition on my target field so that its value varies if this XPath expression ...
0
votes
1answer
515 views
export specific field from from sharepoint custom list to excel
I'm having custom list (SharePoint 2007)
I need to export the list to Excel file.
So I mark all the field that I want to export.
but I when I export the list I can see:
the "Path" field, though ...
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
82 views
xpath expression to conditonally build column with URL
I am trying to create a formula for a dataview that returns a URL using the xpath expression tool in SPD 2007. I can't really find any examples. Here is what I am trying to do (in pseudo code):
If ...
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?