0

Formula for button to copy table

Hello

There is a table in which a button is used to create a copy of this day, you only need to change the date, the next day

let c := duplicate(this);
    let t := this;
    c.(Date := t.Date + 1);

does everything but the date does not change, the table is copied but the date remains the same. somebody can tell me, where the error is
Thanks

3 replies

null
    • Fred
    • 7 mths ago
    • Reported - view

    I tested in the app with a cloud and local DB and was not able to reproduce it.

    Can you upload a sample DB?

    • Fred
    • 6 mths ago
    • Reported - view

    I tested it on your DB you sent me and I saved it to my local HD in the App and the date changed. I started with the Apr 16th record and then clicked the button and a new record was created with the date of Apr 17th.

    What version of the app are you running? I'm on 3.12.2.

      • iliper LTD
      • iliper_LTD
      • 6 mths ago
      • Reported - view

       I updated and everything works fine. Thanks for the help

Content aside

  • 6 mths agoLast active
  • 3Replies
  • 40Views
  • 2 Following