how to cancel charts action which are submitted; I want to kill charts submission before I close UI

Venu_Bachwale
edited February 11, 2022 in Analytics #1

Hi All,
(closing viewer container should kill all the background calls)
I am opening report using jsapi viewer and doing some drilldown/client action as submit etc
sometime I close UI window (holding viewer) but still there are calls running in background as client calls as taking time/slow
Is it know issue; OR can we handle this in some better way OR is there any FR already
I found this https://knowledge.opentext.com/knowledge/cs.dll/fetch/2001/60767075/61025979/How_to_manually_cancel_submit_action_in_JSAPI_(TED_75591).html?nodeid=61319111&vernum=-2

But the enhancement request it references doesn't appear to be valid.kground calls

Comments

  • Hi Venu,

    There isn't a JSAPI command to cancel a job. You can do it through IDAPI,

    Warning No formatter is installed for the format ipb
  • hi @jfranken ,
    my point is not about scheduled job; client action e.g. chart.submit() hide/show etc
    how I can cancel them?

  • Hi Venu,

    You can't cancel a submit apart from canceling the job. Maybe you could add a popup warning prior to the submit asking the user to confirm that they want to run an operation that may take several minutes to complete.

    Warning No formatter is installed for the format ipb