Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics NAV (Archived)

How to write If Condition

Posted on by 3,027

Hi

  IN Row Visibility i am writing this but not working

If(Fields!opvalue.value) = 0 and (fields!recvalue.value) = 0.

Endif

*This post is locked for comments

  • Verified answer
    Community Member Profile Picture
    Community Member Microsoft Employee on at
    RE: How to write If Condition

    Hi,

    I think you want to write this expression on RDLC Right?

    Then write like as below

    IIF(((Fields!opvalue.value= 0) and (fields!recvalue.value = 0)),False,True) You can change false/true places based on your requirement. I written for if opvalue is 0 and recvalue is 0 then visible is false.

    Thank You

    Ramesh

    --

  • MatD Profile Picture
    MatD 105 on at
    RE: How to write If Condition

    I assume you are trying to do it on RDLC report? If yes, then you do not need to write if/endif statements. If you click on "function symbol" you will get already something like SET EXPRESSION FOR: HIDDEN where you can just put:

    Fields!opvalue.value = 0 and fields!recvalue.value = 0

  • Verified answer
    Mohana Yadav Profile Picture
    Mohana Yadav 59,139 Super User 2024 Season 2 on at
    RE: How to write If Condition

    Is it in Reports?

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,280 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,235 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans