Skip to main content
simply more productive

The Data Specialist

Thanks to our intuitive transformation designer, you can convert data effortlessly to a variety of formats without knowing how to program. It’s not only efficient, it’s also easy to use.
Up to 100,000 records can be processed with the freeware version!
Flowheater Chart

output number to absolute number

More
2 years 8 months ago #3668 by Daniel M
Hello, 
I'm needing to output numbers as absolute values. Is this only possible via .Net heater?
If so, please provide example in .net to assist me.  
Thanks!

 

Please Log in or Create an account to join the conversation.

More
2 years 8 months ago - 2 years 8 months ago #3669 by FlowHeater-Team
Replied by FlowHeater-Team on topic output number to absolute number - Post(3669)
Hello Daniel,

You could format your number with the help of the String Format Heater as “normal” Decimal number and afterwards just replace the “-“ sign with an empty string using the String Replace Heater . On the other hand you could use the below listed C# Script for the .NET Script Heater to get the absolute number.

Please find attached a brief example.

 

File Attachment:

File Name: absolut-numbers.zip
File Size:9 KB


C# .NET Script to retrieve absolute numbers
Code:
public object DoWork() {     if (InValues.Length != 1)         throw new Exception("1 input parameter expected!");     decimal d = (decimal)InValues[0].GetDecimal();     return Math.Abs(d); }
 

Best wishes
Robert Stark
Last edit: 2 years 8 months ago by FlowHeater-Team.

Please Log in or Create an account to join the conversation.

Time to create page: 0.264 seconds
FlowHeater Logo

FlowHeater - The Data Specialist

Efficient data integration and transformation with FlowHeater – the perfect solution for a seamless transfer of your data.

Legal information

Support & Contact

Contact

Phone:
0951 / 9933 9792

eMail:
This email address is being protected from spambots. You need JavaScript enabled to view it.


Copyright © 2009-2024 by FlowHeater GmbH. All rights reserved.