Is it possible to update the rule input of a parent interface from a process model that is started by a!startprocesslink?

Certified Senior Developer

I have a report that displays all of X item that belongs to me from a query set in to a local variable. I have a way to add more X items through the report by using a a!startprocesslink to kick off the process to add the new items. Upon completion I am taken back to the report, however the data displayed is the still the same and has not been updated even though the write to db has been completed in the PM. I know in 19.2 we can use a!refreshvariable to have the query update again based on a variable change, but is there anyway to do this through the process model ? 

  Discussion posts and replies are publicly visible

Parents
  • Hi  Xing,

    you are try to call the process model on the report interface based on that values, you are try to updating the X-AXIS items in reports,

    yes, it is possible, in your reports you can place one refresh kind of button, when user call the process model (anyway you updating those value in DB right)

    load the data based on the query rule instead of local variables. So, place loca!check value if it is null display your local variables otherwise display queryrule values.

    Hope it will help you

    Regards,

    Bhanu

Reply
  • Hi  Xing,

    you are try to call the process model on the report interface based on that values, you are try to updating the X-AXIS items in reports,

    yes, it is possible, in your reports you can place one refresh kind of button, when user call the process model (anyway you updating those value in DB right)

    load the data based on the query rule instead of local variables. So, place loca!check value if it is null display your local variables otherwise display queryrule values.

    Hope it will help you

    Regards,

    Bhanu

Children
No Data