Help
ATG
6 - Interface Innovator
6 - Interface Innovator
since ‎Mar 01, 2020
‎Nov 29, 2022

User Statistics

  • 15 Posts
  • 1 Solutions
  • 1 Kudos given
  • 6 Kudos received

User Activity

I have a scripting block that, for each record R in a given table, pulls a bunch of data from a different table, calculates a number N, and updates a field F for that R. The problem is some records are updated and others are not. I know that records ...
Is there a sample code snippet to pass table records into a function? Do I also need to pass the table or field itself (because I need the field to get cell value, or the table to get the field, right?)
Hi - I have a table with a list of cash flows, dates. These are linked to another table which contains individual deals. I want to calculate, for each deal, the IRR - in Excel this is using the IRR function which takes a list of dates and a list of...