Convert String to decimal use the below expression
CDbl(CurrentRow(“Economy Agriculture”).ToString).ToString
Convert decimal to String use the below expression
CurrentRow(“Economy Agriculture”).ToString
Convert String to decimal use the below expression
CDbl(CurrentRow(“Economy Agriculture”).ToString).ToString
Convert decimal to String use the below expression
CurrentRow(“Economy Agriculture”).ToString