05-06-2011 01:28 AM
Hi All,
I am doing a calculation fromANalysis-Crash tool kit- XMS- with time interval being 3.
I get some value after calulating. The value which I get after calculating(highlighted in red in attachment) , I want this value to be automatially displayed on my report.
How can i do that??
rsh
05-06-2011 01:45 AM
05-08-2011 11:27 PM
Hi Walter,
To restrict it to 2 decimal places i tried X ms: @@str("XmsAccleration", "d.dd").
But its not working. HOw do i do it?
Rsh
05-09-2011 01:12 AM
Hello RSH,
XmsAccleration is a variable. You don't need the quotation marks.
@@str(XmsAccleration, "d.dd")@@
Greeetings
Walter