AdamS Posted December 29, 2017 Report Share Posted December 29, 2017 I am trying to pass the value from specific column totals for use in html page(s) and/or virtual fields. Any help is appreciated. e.g. table with 3 columns and n rows I want to retrieve and pass the total value of column 1, column 2 and column 3 for use on a different webpage or for a custom html field Thanks in advance Quote Link to comment Share on other sites More sharing options...
0 Vitalikssssss Posted January 3, 2018 Report Share Posted January 3, 2018 Hi AdamS, I am afraid that you cannot pass Total & Aggregation field value. I would recommend using calculated field with SQL expression in order to display table sum value in Datapage which has a different datasource table. Here is an example of SQL expression: SELECT SUM(Sales) FROM Sales_By_Region_TBL WHERE SaleRep_ID = target.[@field:SaleRep_ID] Hope this helps. Regards, vitalikssssss Quote Link to comment Share on other sites More sharing options...
Question
AdamS
I am trying to pass the value from specific column totals for use in html page(s) and/or virtual fields. Any help is appreciated.
e.g. table with 3 columns and n rows
I want to retrieve and pass the total value of column 1, column 2 and column 3 for use on a different webpage or for a custom html field
Thanks in advance
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.