i wan to display INR in currency format...how to do??? My client want it in INR. It is not available...i feel Rp is used for Ruppee...
How to Display INR????
Thanks...
Currnecy Sign???
Currnecy Sign???
Hi.
You can type 'INR' instead of 'Rp' in that custom Currency Format in the context menu of the textbox and to adjust format of that decimal type value as required.
Thank you.
You can type 'INR' instead of 'Rp' in that custom Currency Format in the context menu of the textbox and to adjust format of that decimal type value as required.
Thank you.
Currnecy Sign???
i did try that....but i am not able to do that...Can you plz guide me through steps or scrren shots what steps to follow....???
Thanks..
Thanks..
Currnecy Sign???
Hello,
Please use following expression:
{MyDataSource.Value < 0 ? "INR" + (-MyDataSource.Value).ToString() : MyDataSource.Value.ToString()}
Thank you.
Please use following expression:
{MyDataSource.Value < 0 ? "INR" + (-MyDataSource.Value).ToString() : MyDataSource.Value.ToString()}
Thank you.
Currnecy Sign???
Where to write this expression?????
Currnecy Sign???
Please write the expression in the Text expression of the text component.
Thank you.
Thank you.