web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics NAV (Archived)

DataType Option

(0) ShareShare
ReportReport
Posted on by 3,099

Hi

   I want to add Blank option in addition to Export,Import in Option DataItem in report on Request Page.

Secondly in code i want to check if field is not blank then i want to setrange records in Item Table

Thanks

*This post is locked for comments

I have the same question (0)
  • Suggested answer
    Suresh Kulla Profile Picture
    50,243 Super User 2025 Season 2 on at

    What have you tried till now and what is not working ?

  • ManishS Profile Picture
    86 on at

    At the end place a comma and space, that means blank option.

    In your code you can write Datatype=datatype::" ";

  • jsshivalik Profile Picture
    3,099 on at

    Hi

     I am trying this but it is giving error - Type Conversion is not possible because one of the operators contains an Invalid Type

      IF ItemLine."ColorType" <> ColorType and  ColorType <>  ColorType::" " THEN BEGIN

        CurrReport.SKIP ;

    Thanks

  • Suggested answer
    Amol Salvi Profile Picture
    18,698 on at

    You need to define values in variable which you are using in request page like as follows

    In option variable  give some space like  ,export,import

  • Verified answer
    Binesh Profile Picture
    7,885 on at

    Try with Parenthesis,

    IF (ItemLine."ColorType" <> ColorType) and  (ColorType <>  ColorType::" ") THEN BEGIN

       CurrReport.SKIP ;

    END;

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics NAV (Archived)

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans