SET DATA and GET DATA Function issue

BrajeshBrajesh Member Posts: 16
hello Experts,

I am using Navision 2013 R2 , I want to use SET and GET function in my Report, can anyone explain its Syntax and how to use , step by step.

Best Answer

Answers

  • Slawek_GuzekSlawek_Guzek Member Posts: 1,690
    1. Define a function called GET
    2. Define a function called SET
    3. Use them as you have defined them

    But seriously - there are no GET or SET functions in a report. Could you be more specific what do you need to achieve ?
    Slawek Guzek
    Dynamics NAV, MS SQL Server, Wherescape RED;
    PRINCE2 Practitioner - License GR657010572SG
    GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03
  • BrajeshBrajesh Member Posts: 16
    i Just want To Understand its basic syntax and how to use this function in a simple Report
  • Slawek_GuzekSlawek_Guzek Member Posts: 1,690
    But there are no GET or SET functions in a report. Closest available on a report variable is Report.SETTABLEVIEW

    Inside report the code may access many types of variables, each one has standard functions and custom ones too. GET for instance is standard function on a record type variable, like
    Customer.GET('CustomerNo');
    

    Post here a sample of code you would want to get explained
    Slawek Guzek
    Dynamics NAV, MS SQL Server, Wherescape RED;
    PRINCE2 Practitioner - License GR657010572SG
    GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03
  • JuhlJuhl Member Posts: 724
    Answer ✓
  • BrajeshBrajesh Member Posts: 16
    Thank You @ Juhl.
  • vivek4121vivek4121 Member Posts: 165
    Hi Brajesh,
    Seems are talking about the GETDATA and SETDATA functions that are used on Reports, rather than GET and SET functions.
    If yes that you can go through in the link provided by Juhl.

    Thanks
  • Slawek_GuzekSlawek_Guzek Member Posts: 1,690
    edited 2017-11-06
    :blush: sorry it seems I have completely misunderstood "customer requirements" :(
    Slawek Guzek
    Dynamics NAV, MS SQL Server, Wherescape RED;
    PRINCE2 Practitioner - License GR657010572SG
    GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03
Sign In or Register to comment.