Forum Discussion
I believe the formatting can only apply to all rows, so you wouldn't be able to have differing formatting between rows with different tags.
I would recommend creating a button that pulls open a dialog box, and within the dialog dashboard, create a combo box/list box/radio group with Manual/Non Manual as the param values.
Then have two embedded dashboards, one for manual, and one for Non Manual. Within each embedded dashboard, create components that allow the user to select values that you want in the table. Use the Manual/Non Manual param to determine which embedded dashboard to use. You could also create one dashboard and use an xfbr to control the visibility of the components.
Then have a button that a user would select to insert all those selections into the table (Dashboard Extender BR) using SQL. If you want this to work with editing an existing row, you would need a primary key field in the table, and that column would need to be the bound parameter. Then you can use that row parameter to update the specific row within the SQL statement.
Related Content
- 4 months ago
- 2 years ago
- 4 years ago