lookup field in Form field
Posted: 11 May 2015
When use a lookup field in "Form field" in Data Source Editor, no data is displayed. Is there already a solution?
Thanks
Thanks
Design SharePoint forms with tabs, complex tables, accordions, sub-lists, and 3rd party columns
https://spform.com/forum/
Code: Select all
<xsl:variable name="LookupValue" select="substring-before(substring-after(@LookupColumn,'>'),'<')"/>
<xsl:comment>
<xsl:value-of select="ddwrt:GenFireConnection(concat('*', '@LookupColumn=', ddwrt:ConnEncode(string($LookupValue))), '')" />
</xsl:comment>