Options

Formatting decimal values in rdlc

thankeshthankesh Member Posts: 170
edited 2012-04-13 in NAV Three Tier
Hi,

I have developed a report in which I want to show the decimal values to US currency format & if the currency is "0", then it should show "-" in rdlc. Which format should I use? I tried with the standard formats in rdlc. :-k
With warm regards,

Thankesh

***Learn to lead***

Comments

  • Options
    postsauravpostsaurav Member Posts: 708
    Hi thankesh,

    Please describe the issue as i am unable to get the same.

    Thanks & Regards,
    Saurav D

    Thanks & Regards,
    Saurav Dhyani

    Do you Know this About NAV?


    Connect - Twitter | Facebook | Google + | YouTube

    Follow - Blog | Facebook Page | Google + Page
  • Options
    kinekine Member Posts: 12,562
    Format it in this way in NAV classic and you will get same in RDLC...
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • Options
    NaviDevNaviDev Member Posts: 365
    You can also apply an IIF statement inside the textbox. :roll:
    Navision noob....
  • Options
    thankeshthankesh Member Posts: 170
    NaviDev wrote:
    You can also apply an IIF statement inside the textbox. :roll:
    I have designed more than 10 rdlc reports which has more than 100 columns. If i change the format for each and every column in NAV itself, the values with the correct format should be entered once again by removing the existing expression in the text box in rdlc.

    But in rdlc reports, If I add "IIF" statement, it should be entered for all the text boxes. So, it would be great if there exists any custom defined format for USD currency format (where, if the currency value is 0 then "-" should also appear).

    I tried the following format. But, it displays the rounded value. I need to display two decimals.

    Format ###0 ;(#,##0);- ; :(
    With warm regards,

    Thankesh

    ***Learn to lead***
  • Options
    kabrocokabroco Member Posts: 111
    Is this any help:

    viewtopic.php?f=32&t=48851
Sign In or Register to comment.