Bronze 1
Since ‎05-27-2023
‎10-17-2023

My Stats

  • 11 Posts
  • 0 Solutions
  • 0 Likes given
  • 0 Likes received

21agdgcf's Bio

Badges 21agdgcf Earned

View all badges

Recent Activity

Hi I have two test tables 1 and 2, and I have an action called Copy a record that copies the values of Table 1 and adds them to table 2, this works fine on an individual row.I have another action called Loop copy record that selects the list of recor...
Hi I have an action that successfully copies a row in a products table to the products table and then another grouped action that gets the new row Id, and the copied record ID ,these are then saved in another table.I am then trying to copy the existi...
HI I have an expression on a virtual column that I am trying to run as below, but this times out due to ran out of resources error , If I break the expression down into two parts with virtual columns it works.I assume there is something in the code t...
Hi I am trying to show the latest Cost column value based on the current record ID and the maxrow updated columnI have tried to use this but get errorsANY(SELECT(ComponentCost[Cost],([Component] = [_THISROW].[ComponentsID], (MAXROW(ComponentCost, Upd...