LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Output numbers in Dollar format $5,400.00. Can Labview do this?


0 Kudos
Message 1 of 3
(2,909 Views)
You can't have a numerical indicator with other format than numerical, but you can use strings for that, just wiring the number to Format into string function and set the format you want.
Hope this helps
0 Kudos
Message 2 of 3
(2,909 Views)
-Right click on your numeric indicator
-Select Visible Items - Unit Label
-Set $ as unit label
0 Kudos
Message 3 of 3
(2,909 Views)