DeepSeeWeb
DeepSeeWeb copied to clipboard
Click Filter doesn't work for the pivot
It works In DSZ though.
Example https://analytics.community.intersystems.com/dsw/index.html#/d/Public/Authors/Contributors2016.dashboard?ns=COMMUNITY
Please, provide additional details:
- How to reproduce the issue. (Is it drilldown?)
- What DSZ stands for? (DeepSee ZEN?)
Thanks!
- Choose the row in the pivot with members. Two other widgets should be filtered with the selected one.
- DSZ=DeepSee Zen
пн, 6 февр. 2017 г. в 14:54, Nikita [email protected]:
Please, provide additional details:
- How to reproduce the issue.
- 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 .
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.
@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 what do you mean under original data? Why returned data is not enough?
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.
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).
Seems this issue is a bit outdated (2018). Please provide an actual example.
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>
here is the demo Click filter works for Pie-chart. But if you switch to pivot it doesn't work
Done in 3.1.79