cancel
Showing results for 
Search instead for 
Did you mean: 

How check what's stored in the data store at different steps in the model?

Former Member
0 Kudos

I would like to place a table or form temporarily within the model to display the values in the data store as they change at different points at runtime.

I tried simply adding a form, creating the same field types as are in the store, and then mapping the form fields' default values to the data store's fields. This does not work as it doesn't update automatically.

Tips?

Henning

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Henning,

you can place a form with a plain text field. In the label of the plain text field you can choose formula and choose the data store value. At runtime the label change if the value in the datastore change. So you can check the value at runtime.

Hope that helps!

Best Regards,

Marcel

former_member193545
Active Participant
0 Kudos

Hi

It would be best to use an expression box this is updated each time the value referenced changes.

Jarrod Williams

Former Member
0 Kudos

Hi Jarod,

I have the similar problem of using the data form datastore as input for getting results.

I wanted to know wether is it possible to use input field instead of expression box so that i can click submit button based on input displayed from data store.

Also if i use expression box the values are getting concatenating instead i want to overwrite(dont know wether expressionbox value can be used as input) i couldnot overwrite the values.Can you let me know what is the function i need to use in the formula of expression box.

I have posted the same in a thread

Thank You

K.Srinivas

Answers (0)