Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Data View not totaling last row?

  Asked By: Tapasvi Rai         Date: Mar 19, 2010      Category: Sharepoint      Views: 329
 

I have created a data view display in MOSS 07. and 99% of it works, however
the last row will not total. It only displays 0.

Tagged:            

 

1 Answer Found

 
Answer #1       Answered By: Hema Hegde          Answered On: Mar 19, 2010       

Nevermind... I fixed it.
Problem was I tweaked the code to reflect " <xsl:with-param name="nodeset"
select="msxsl:node-set($dvt_Rows)/root//Row[(((substring-

before(substring-after(@AssignedTo,'HREF='),'>'))=substring-before(substring-after($groupfooter0,'HREF='),'>'))or
((not(@AssignedTo) or @AssignedTo='') and $groupfooter0=' '))]" />" in one
spot but failed to update it in the other two spots. Once I copied/pasted to
the other locations it fired up and worked great.

 
Didn't find what you were looking for? Find more on Data View not totaling last row? Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].