Hi.,
We have number(20) column in Database , when we import that in RPD that is converted as Double.
When we use that column in Reports we are able to remove the decimal places and able to display the value in integer format., but when we use the value in dashboard prompt it's showing the values in decimal places , when we do (Cast as int) getting "Numeric Overflow Occured" error,
Ex: if the value in database '140023000000000'
prompt - 140023000000000.0000
I wanted to display the value '140023000000000' in dashboard prompt.
any inputs?
thanks
Raja