Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
kumarkp412
Creator II
Creator II

Passing a value from qliksense to .net application.

Hi Experts,

I was new implementing the qliksense visualization into .net Application.

I am integrating the Qliksense visualization into the .net application .I am able to show the widget in the .net application .

But I was structured in applying the filter in both ways .

i.e when I make a selection in the qliksense , the same value should be highlighted or selected in the .net application.

as well as when I make a selection in the .net application same value should be highlighted into the qliksense.

When I make a selection in  individual , the selection was highlighted .

My question , Is it possible to have two-way filtering in the application.If possible how we can achieve it?

Please,Can anyone help me how to resolve this.

Thanks in advance

Kumar KVP

4 Replies
Gysbert_Wassenaar

Perhaps the online help can help: Extended current selections ‒ Qlik Sense


talk is cheap, supply exceeds demand
kumarkp412
Creator II
Creator II
Author

Hi Gysbert,

Thank for your reply, i will check it .

Thanks

KVP Kumar

reddy-s
Master II
Master II

Hi Praveen,

check this out. There is lot to explore here.

https://help.qlik.com/en-US/sense-developer/2.1/search/?filter=&q=.Net

Thanks,

Sangram.

Not applicable

Hi,

If you use the Qlik Sense .Net SDK you can connect to the same session and you will be able to do selections and also get change notifications to react on selections from other instances of the same session. Extended Current selection is a one way to do this. I recomend that you open the same object from the SDK and listen to changes and make selections on the object. Note that you can also do paging.

Here is an example that show much of what you need.

https://help.qlik.com/en-US/sense-developer/2.2/Subsystems/NetSDKAPI/Content/Examples/Net-Sdk-Exampl...

Best regards
Lars-Göran Book