DeepSeeWeb icon indicating copy to clipboard operation
DeepSeeWeb copied to clipboard

Click Filter doesn't work for the pivot

Open evshvarov opened this issue 8 years ago • 10 comments

It works In DSZ though.

Example https://analytics.community.intersystems.com/dsw/index.html#/d/Public/Authors/Contributors2016.dashboard?ns=COMMUNITY

evshvarov avatar Feb 06 '17 19:02 evshvarov

Please, provide additional details:

  1. How to reproduce the issue. (Is it drilldown?)
  2. What DSZ stands for? (DeepSee ZEN?)

Thanks!

nikitaeverywhere avatar Feb 06 '17 19:02 nikitaeverywhere

  1. Choose the row in the pivot with members. Two other widgets should be filtered with the selected one.
  2. DSZ=DeepSee Zen

пн, 6 февр. 2017 г. в 14:54, Nikita [email protected]:

Please, provide additional details:

  1. How to reproduce the issue.
  2. What DSZ stands for?

Thanks!

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/intersystems-ru/DeepSeeWeb/issues/16#issuecomment-277793716, or mute the thread https://github.com/notifications/unsubscribe-auth/ACpyP5zQH2y0cw0kimiQw5KiTdcvExd_ks5rZ3qDgaJpZM4L4m0i .

evshvarov avatar Feb 06 '17 21:02 evshvarov

I have updated LPT's API to make this task easier to implement in DSW. Please update.

New API functions: lpt.getRowsValues, lpt.getModel, lpt.triggers.rowClick, lpt.triggers.rowSelect (see readme to see the list of arguments).

@gnibeda, instead of direct access to the LPT's data, please use lpt.getModel() getter instead. Take note that all the data returned is mutable.

nikitaeverywhere avatar Feb 10 '17 11:02 nikitaeverywhere

@ZitRos, Still can't get original data from server response, only converted by lpt data is accessible. Can you provide example. how to get original data?

gnibeda avatar Mar 16 '18 09:03 gnibeda

@gnibeda what do you mean under original data? Why returned data is not enough?

nikitaeverywhere avatar Mar 18 '18 16:03 nikitaeverywhere

I mean original data returned by mdx2json. I already have data processor for this format, so there is no need to write converters for different cases.

gnibeda avatar Mar 20 '18 08:03 gnibeda

Would you like to somehow intercept "original data" consumed by LPT, or you would rather like to just retrieve this data? Why can't you retrieve this data in a separate request?

If you want to retrieve that data in order to change LPT's state, this sounds a bit strange to me (and also will make the overall architecture in terms of DSW and LPT intercommunication kind of clunky).

nikitaeverywhere avatar Mar 21 '18 09:03 nikitaeverywhere

Seems this issue is a bit outdated (2018). Please provide an actual example.

gnibeda avatar Nov 21 '22 12:11 gnibeda

Let’s close it

On Mon, 21 Nov 2022 at 13:53, Anton Gnibeda @.***> wrote:

Assigned #16 https://github.com/intersystems-community/DeepSeeWeb/issues/16 to @evshvarov https://github.com/evshvarov.

— Reply to this email directly, view it on GitHub https://github.com/intersystems-community/DeepSeeWeb/issues/16#event-7857163602, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAVHEP5UXQZ3QJCXL3J4D2LWJNWFPANCNFSM4C7CNURA . You are receiving this because you were assigned.Message ID: @.*** com>

evshvarov avatar Nov 21 '22 15:11 evshvarov

here is the demo Click filter works for Pie-chart. But if you switch to pivot it doesn't work

evshvarov avatar Nov 21 '22 18:11 evshvarov

Done in 3.1.79

gnibeda avatar Mar 23 '23 14:03 gnibeda