qlik-oss / nebula.js

Product and framework agnostic integration APIs for Qlik's Associative Engine
https://qlik.dev/extend/set-up-nebula-environment/
MIT License
78 stars 56 forks source link

Alternative measure/dimension selection unavailable #1318

Open M1CK431 opened 1 year ago

M1CK431 commented 1 year ago

🐛 Bug report

On Qlik: image

With Nebula: image

Nothing happens while clicking on the axis label of Nebula bar chart

Steps to Reproduce

  1. embed a bar chart with Nebula which has multiple measures
  2. click on the axis label to choose the desired measure
  3. nothing happens! 💥

Expected behavior

Ability to select the desired measure on axis label click, like in Qlik.

Actual behavior

Nothing happens on axis label click.

Versions

M1CK431 commented 1 year ago

any idea @Caele ?

M1CK431 commented 1 year ago

After so many answers... I finally found a way to workaround this issue after reading this: https://community.qlik.com/t5/Integration-Extension-APIs/Engine-API-Get-Object-layout-for-an-Alternate-Dimension/td-p/1670667

The workaround is to implement a select yourself:

Good luck...

Caele commented 8 months ago

This is due to the logic for the alternative dim/measure selection is done in the actual client UI, and not in the individual charts or Nebula. This exists on our roadmap, but continues to be pushed low. I currently have no timeline.

xunziheng commented 2 months ago

but it works well in capability api.

xunziheng commented 2 months ago

but it works well in capability api.

excuse me @Caele , does Nebula team have plan to support this now?