Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
salezian
Creator
Creator

Current selection and initialProperties

Dear All,

I'm just starting my adventure with Sense extensions. First exercise I tried to add current selection to generic object via initialProperties:

initialProperties:{ qSelectionObjectDef:{} }

then when I console.log(layout) object I can't see it.

I'd be grateful for any clue what is the problem.

BR

M.

1 Reply
ErikWetterberg

Try recreating your extension instance by dragging the extension onto a sheet. initialProperties are applied at creation time.

Erik Wetterberg