One Signature for many Reports When we are w...

One Signature for many Reports

When we are working for a customer we sometimes have to write many reports for the same day, because we worked on different things. The customer has to sign each report. I would like to have the ability to choose many reports and to say โ€œSign all of themโ€. That would mean: I capture one Signature and after that, AppSheet has to place it in each report.

Does someone has an idea?

0 4 347
4 REPLIES 4

You could use an ENUM List to create a list of reports then tick them.

Orโ€ฆ you could save your signature once to an app users table and then use it where needed.

@Simon_Robinson Thank you for that hint. I started with that. But I donโ€™t know how. For example: My customer has to sign 3 reports. Thatโ€™s 3 rows in my table. How can I capture a signature once, and then put it in the [signature] column of every of these 3 rows?

@Aleksi_Alkio Your are right. But thatโ€™s only working for the employees, but not for the customers.

You could use a User Settings column to hold the signature, then create a โ€˜Set the value of a columnโ€™

action to set Report[Signature] = USERSETTINGS(โ€œSignatureโ€).

Then, in a Reports table view, click the check-box to select multiple Reports and apply the signature (run the action on the selected rows).

Top Labels in this Space