Forum Discussion

Asamadi's avatar
Asamadi
Helper I
9 years ago
Solved

Custom Column Randbetween

I want to Create a Custom column ( Query Editor Environment) and generate random Numbers between for example 500 to 1000.  I have tried this formula: Number.RandomBetween(500,1000)    but it create...
  • Asamadi's avatar
    Asamadi
    9 years ago

    I found the solution: 

    If i add Index Column the formula works correct.