Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Lital
Contributor
Contributor

Action 'Select In Field' on a Dynamic Field Value

Hi all,

I have a button with action 'Select in Field', I would like to have the same selection criteria (Search String) applied on a different field each time, Based on other selections in my application. 

The field name can be found using variable/expression/inline table with field names.
I have an inline table with the relevant field names and a list box for the user to select the field name to filter on.

Is this possible? if so what would be the syntax?  - nothing worked so far.
I was only able to apply the selection when entering the Actual single Field Name.

My use case is that i have 7 Date fields and i would like to apply selections on  any of them by user's choice without having  separate Filter buttons for each date field. 

The idea is that the user will select the field he wants to filter on , select the date ranges to filter on and than when clicking the button the selection will be applied on the selected field. 

Thank you,

Lital 

 

 

 

 

 

 

Labels (5)
4 Replies
marcus_sommer

I think it should be possible with a variable or an expression, for example:

[$(var)] or maybe [$(=only(ChosenDateField))]

and of course you need to adjust the example with your variable/field-names.

Beside this why so complicated and not just selecting the wanted values? You could simply choose a cyclic dimension-group for your date-dimensions within a listbox and then the users could select the values directly.

- Marcus

Lital
Contributor
Contributor
Author

Hi Marcus,

Thanks for your reply, I'm Open to other seggestions

The user wants to select a Date Range - From Date:To Date , not to select spesific values. Is this possible using Cyclic Group?

Both syntax option didn't work. i can see that the result of my variable is the correct field name in a stright table. still the action doesn't work with this.

Thanks,
Lital

marcus_sommer

With classical date-ranges it won't be possible. I know they are quite popular but IMO they are seldom a good choice in Qlik at least not if they are used for further selection-actions.

An Alternative could be that the users just use a search within the listbox with something like: >=Date1<=Date2 whereby they just type their wanted dates. Another way would be to query the date-range results within a set analysis. And a further possibility would be to present the user common date-ranges like YTD, MTD, CW, LW, rolling periods, ... Such date-ranges could be created parallel within the master-calendars and/or maybe through an additionally As-Of-Table.

If any possible I would try to avoid actions or macros to select anything: Let-the-User-Select.

- Marcus

Brett_Bleess
Former Employee
Former Employee

Lital, did Marcus' last comment help, or are you still stuck on things?  If it did help, please be sure to give him credit by clicking the Accept as Solution button on that post.  

The only thing that might help get you in a different direction is the following Design Blog post:

https://community.qlik.com/t5/Qlik-Design-Blog/Canonical-Date/ba-p/1463578

There are hundreds of other posts on this area, just FYI, so if this one is sort of where you want to go, you may be able to do some further searching in that area and find other posts to further help as well.  Sorry I do not have anything better for you.

Regards,
Bret

To help users find verified answers, please do not forget to use the "Accept as Solution" button on any post(s) that helped you resolve your problem or question.
I now work a compressed schedule, Tuesday, Wednesday and Thursday, so those will be the days I will reply to any follow-up posts.