Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
tomovangel
Partner - Specialist
Partner - Specialist

How to automatically select all possible values of a field?

Hello guys,

I have come across the following problem.

I need to be able to :
when a specific value in field1 is selected,

all possible selections in field2 to be automatically selected.  (this can be with a button, or an expression )

I have seen this extension by Stefan Walther,

https://github.com/stefanwalther/sense-navigation/tree/v1.0

And I can see that, there is an Action, which selects all possible values, but when I install the latest version of the extension, I can see only this :

Screenshot_2.jpg

I have downloaded from the /build directory, only the Latest extension, so Am I doing something wrong?

Or does, somebody know a way to make this work differently?

IN QV I have used triggers on field action with Concat(field1,';')...

Any answers will be considered highly helpfull.. !!

Thanks in advance

11 Replies
DavidŠtorek
Creator III
Creator III

Hi,

actually what are you trying to do is automaticaly done by Qlik. If you filter some values than only associated values in other fields are shown.

https://help.qlik.com/en-US/sense/June2018/Subsystems/Hub/Content/Selections/associative-selection-m...

tomovangel
Partner - Specialist
Partner - Specialist
Author

Yes, And I want to select this values automatically, because it populates another field in one of my tables.

But , It becomes complicated If I let the customer, do this by himself.

So I am looking at a workaround..

tomovangel
Partner - Specialist
Partner - Specialist
Author

swr

Hello, Mr. Walther,

I have followed the instructions that you have provided, And have downloaded only the build :

'sense-navigation_latest'. found @ https://github.com/stefanwalther/sense-navigation/blob/v1.0/build/sense-navigation_latest.zip

I have unzipped the folder, and moved all contents into my Extension folder named Sense navigation  ( I am using QS Desktop).

But i get empty screen of the extension, can you help me ?

Screenshot_3.jpg
Thanks in advance,

Sincerely yours


Angel Tomov

tomovangel
Partner - Specialist
Partner - Specialist
Author

any input, to select possible values of a field through a button?

marcus_sommer

It seems that you with this selection triggers any action probably with any condition which is set through functions like getfieldselections() or getselectedcount(). In this case it should be possible to get the same with a count() or concat() so that you could avoid the selection-stuff.

- Marcus

tomovangel
Partner - Specialist
Partner - Specialist
Author

Hello guys, I got the Extension Working

I just had to play around with the .js codes, but it works. !!!

Thanks everybody for the participation !

If Somebody needs this functionality i can send them the redacted file


all credits goes to swr

silvacarlos
Creator II
Creator II

How can you do this? I'm trying to do the same

Regards

CS

tomovangel
Partner - Specialist
Partner - Specialist
Author

Hello Carlos, I have modified the extension a little bit, if you give me your email address I can send it to you

silvacarlos
Creator II
Creator II

My email is csilva@domino.cl

Thanks!

CS