Hi Robert,
Thanks for the details. I have created SP in SQL Server and imported to FM. It is perfectly working fine as expected.
Post import to FM, have selected Type as "Data Query", added macro prompt to all the input columns and tested with input values which is writing to table. However at Report Studio, have created textbox prompts with same prompt parameters name of FM and then raw table as list on report page. This is not reflecting back to underneath table. Do we have to map textbox prompts back to any of columns on report ?
Thank You!
------------------------------
SWAMY THIPPESWAMY
------------------------------
Original Message:
Sent: Wed February 09, 2022 04:18 AM
From: Analytical Engine
Subject: Creating FORMS to accept input from end user
Hi,
you can create such a form like interface by adding a stored procedure from your database to a framework that writes back data again to a table in the database. You can have multiple fields n the table, that are filled by a prompt, a constant (current_date) or for example the username. Here you can find more information on how to set up this functionality: Creating or modifying stored procedure query subjects - IBM Documentation.
Be aware that you need to set your database access to write as well.
------------------------------
Robert-Peter den Heijer
------------------------------