Home > Forum > Forms > How to freeze data in 'data table' field type?

How to freeze data in 'data table' field type?
0

Hi,

Is there any way to freeze data in 'data table' field type?

My case is following:
The 'data field' form field downloads data from Oracle database. The data in Oracle database changes every hour. An user completes a form on T day, so the data in the 'data table' form field is refreshed. Then (after a few days) his manager opens the form to accept it. The manager should see the data in 'data table' field as of T day, so as of the day when the user filled up the form.

MVP

Hi Lukasz,

if you don't have the option to retrieve the data again using some modified query you have two options:

1.: Let the employee make a screenshot which he can easily add as an attachment using ctrl+v.
2.: Use the query to initialize an item list which can not be edited. You could also add some data row columns to display the current data if necessary.

Best regards,
Daniel