I am reading numbers from a Excel spreadsheet with Datalinq. I have tried to format the Excel to add the comma, but Xpression is not show it. How do I add a comma to the numbers?
I tried a script text = FormatNumber (Text) but it ends up with a .00 and I dont need that. I'm just trying to get a number count.
Thanks