sharepoint - SP2010: How to display a lookup column in a .aspx displayform -


  • i have 2 lists articles(a) , serial inspections(s).

  • the article-list has columns: article-#, name, descriptionde, descriptionen, somemore...

  • the serial inspections: inspection-#, inspector, values , lookup column refers article-#.
  • in addition in sp2010 can choose more columns displayed in serial inspections list named like: article-#:name.

  • now took sharepoint designer2010 , made myself printable form of single listitem in serial inspections. took displayform.aspx , made changes. accessing link /printform.aspx?id=1234 show entry id 1234.

  • i can select lookup column article-# itself. important me show additional lookup column article-#:name cant choose x-path list.


good approach: got hiddenid of lookup column artikel-#: "artikel_x002d_x0023" , additional lookup column artikel-#:name 's id is: "artikel_x002d_x0023_x003a_arti" tried: <xsl:value-of select="@artikel_x002d__x0023__x003a_arti" />

sadly doesnt show anything... artikel-# column work

i added column article-# serial inspections, , fill value workflow when ever item changes.


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -