0

Representations of the Id

I wonder if anyone can explain to me the differences I see here

Id Formula is just this.Id which shows as 0 in the list and 6 in the form. When this is copied to another table it becomes X6

 

Thanks

 

John

2 replies

null
    • Ninox partner
    • RoSoft_Steven.1
    • 3 yrs ago
    • Reported - view

    The left column in your screenshot doesn't show the ID number, its the line number (like excell). To show the id you need to click on a columnheader and there chose to show the ID column. You can also just use Id in your formula.

    Steven

    • John_Halls
    • 3 yrs ago
    • Reported - view

    Hi Steven

     

    Thanks. The formula on the right hand column of the list is the same one as ID Formula in the form, yet one shows 0 and one shows 6. Also where does the X come from in X6? I used this code to copy it over

    let a := Id;
    let b := (create Household);
    b.(ClientID := a);

     

    Regards

     

    John

Content aside

  • 3 yrs agoLast active
  • 2Replies
  • 300Views