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.
Flowheater Download

output number to absolute number

More
2 years 3 weeks ago #3668 by Daniel M
output number to absolute number was created 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 to join the conversation.

More
2 years 3 weeks ago - 2 years 3 weeks ago #3669 by FlowHeater-Team
Replied by FlowHeater-Team on topic output number to absolute number
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

Did this answer your question? We would be grateful if you provide a brief comment as feedback. It may also help others who may have encountered a similar problem.
Last edit: 2 years 3 weeks ago by FlowHeater-Team.

Please Log in to join the conversation.

Time to create page: 0.256 seconds

FlowHeater - The Data Specialist

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

Rechtliches

Support & Contact

Kontaktinformation

Telefon:0951 / 99339792 E-Mail:This email address is being protected from spambots. You need JavaScript enabled to view it.

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