Function for Indian Curreny and Foreign Curreny
Function for Indian Currency :-
Amount-- com.itaakash.View.HelperFunctions.indianCurrencyFormat($P{column30725})
Rs to Word-- com.itaakash.View.HelperFunctions.amounttoword(Double.valueOf($P{column30737}))
Function for Foreign Currency :-
Amount-- com.itaakash.View.HelperFunctions.indianCurrencyFormat($P{cloudcode},$P{column30725})
Rs to Word-- com.itaakash.View.HelperFunctions.amounttoword($P{cloudcode},Double.valueOf($P{column30737}))