Tagged Questions
4
votes
3answers
324 views
Can the ID from a referenced column be obtained when using the Data View Part?
I have a Data View Part pulling from a list that has a lookup column to another list (title linked by ID)
And somewhere in the XSLT, it reads
<xsl:value-of select="@ColumnX"/>
Now since ...