Data360 Analyze

 View Only
Expand all | Collapse all

How can I use defined parameters into my code?

  • 1.  How can I use defined parameters into my code?

    Posted 12-06-2019 03:04

    I defined Parameters in the Composite node. My goal is to call these parameters in my code in other nodes. Is this possible or how can I find an alternative?



  • 2.  RE: How can I use defined parameters into my code?

    Employee
    Posted 12-06-2019 04:55

    Yes you can access property values within your code. See the following topic in the Help documentation of your system:

    'Advanced topics' > 'Using derived property values'

    The corresponding documentation for the latest version of the product is also available online here:

    https://d3sa-preview.infogixsaas.com/docs/dist/help/Default.htm#d-advanced-topics/using-derived-property-values.htm 

     

     

     



  • 3.  RE: How can I use defined parameters into my code?

    Posted 12-06-2019 06:00

    Thanks!