Forum Discussion

TonyHollywood's avatar
TonyHollywood
New Member
2 years ago
Solved

Key

Hi Community I want to create a unique key that I can then join to another table with multiple rows. The purpose being that I can then recover the rows in the second table based on the key in the fi...
  • m_dekorte's avatar
    m_dekorte
    2 years ago

    I think you might be are out of luck there, M functions "update" when evaluated. If you need a "static" value that will have to be provided by a datasource. For example, the date/time a file or an export was created and so on. 

     

    Depending on your scenario and its complexity, you could generate a list or column of values  (indices) from which you take the first "free" number...