Hi All,
We are uploading data through Excel in which we have one field called “Amount”. In this field holds different type of value for Example : - there are some lines has real value like “1023.00”, “1897.9098”, “87554.78” and some values are string like “Included” , “Inserted” , “Added”.
Now i have to take these value in SSRS report and same value should appear as it’s getting upload.
Now the problem is that
- we want 2 decimals value for Real value. if value has more digit after decimal it’s taking same value.
- if i am taking Number type field in SSRS all string values are gone.
- Total also not coming at last if the field is string.
How can we achieve this solution.