Show pageOld revisionsBacklinksExport to PDFExport Page to HTML/PDFBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. {{tag>Programmers_Reference Methods IDocumentDataSource_Interface getExpressionValueForCalcs Index}} ====getExpressionValueForCalcs (String)==== <code java>public Object getExpressionValueForCalcs (String expression) throws Exception</code> This method is very similar to the [[pr_methods:getexpressionvalue|getExpressionValue]] method. The only difference is that the resulting value is not converted into any presentation format. ===Parameters=== |''expression''|the text of the expression. This is the text that is contained inside a tag (not including tag symbols)| ===Returns=== The value of the expression - possible types of the Java object are presented in the table of the correspondence between attribute and Java types in [[docs:3500:appendix_a|Appendix A]]. Last modified: 2023/05/03 04:29 Log In