Forum Discussion

kstandifer's avatar
kstandifer
New Contributor
3 years ago

Update DM job in Business Rule

Is it possible to update the Data Filters for a particular dimension used in a DM extract within a Business Rule?   I am creating a dashboard that will have a button to run a DM sequence. This DM s...
  • db_pdx's avatar
    3 years ago

    Hi kstandlfer: "I am creating a dashboard that will have a button to run a DM sequence."  Most likely you don't need a BR, just pass the parameter from the button to the DM job.

    This is set in the button's component properties:

    Button > Action > Server Task >

    Selection Changed Server Task = Execute Data Management Sequence

    Selection Changed Server Task Arguments = {Your DM Sequence Name}{ParamOne=[ExampleHardcodedValue],ParamTwo=[|!Example_DB_Parameter!|]}

    In your DM Export Step you'll reference |!ParamOne!|  |!ParamTwo!|

    Follow-ups welcomed.