function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Virendra Kumar 9Virendra Kumar 9 

Wave:SelectionChanged event is not firing

I tried a lot but I don't know what I am missing to capture wave:SelectionChanged event.

  • Used same code as available on :  https://developer.salesforce.com/docs/atlas.en-us.bi_dev_guide_sdk.meta/bi_dev_guide_sdk/bi_sdk_web_example2.htm


Steps Performed:

  1. Added measure column in Table.
  2. Added record Id column too in dashboard.
  3. Have put both dashboard and Lightning component on lightning app page(one below the other).
  4. on selecting the measure column no event is fired, tried putting console logs but the handle change did not trigged.

Please help me or suggest something on this.

Best Answer chosen by Virendra Kumar 9
VinayVinay (Salesforce Developers) 
Hi Virendra,

wave:selectionChanged is not allowed to be fired from table with any column type.

Kindly review below idea link and vote for this feature.

https://trailblazer.salesforce.com/ideaView?id=0873A000000lOdeQAE

Hope this helps...

Thanks,

All Answers

VinayVinay (Salesforce Developers) 
Hi Virendra,

wave:selectionChanged is not allowed to be fired from table with any column type.

Kindly review below idea link and vote for this feature.

https://trailblazer.salesforce.com/ideaView?id=0873A000000lOdeQAE

Hope this helps...

Thanks,
This was selected as the best answer
Virendra Kumar 9Virendra Kumar 9
Got it, Thank you, Vinay