I create BAQ to get stock onhand data from inventory, in BAQ, i have two example results value is 34,345.34 and 345.57 ( I use decimal format >>>>>>>>9.99 to remove character “,” in the value). The BAQ table result now are 34345.34 and 345.57
When i bind data to data discovery dashboard, i get the the value are: NaN and 345.57 in transaction detail table, but the chart show 34,345.34 and 345.57
Which format i can use for this case? ( I cannot use int or convet to varchar format because i need to show exactly value)
Is that the trouble of version 11?