Skip to main content
Announcements
See why Qlik is a Leader in the 2024 Gartner® Magic Quadrant™ for Analytics & BI Platforms. Download Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Object straight list

Hi community.

How do I select certain default values ​​from a select list?

Thanks.

1 Solution

Accepted Solutions
johnw
Champion III
Champion III

Do you mean that when you open the application, you want certain values to be selected?  For instance, you want to select customer A by default?  I believe you'd do that like this:

settings -> document properties -> triggers -> OnOpen -> Add Actions -> Add -> Selection -> Select in Field -> OK -> Field = Customer -> Search String = A

View solution in original post

6 Replies
rbecher
MVP
MVP

You have to explain more details. What are the certain default values, what is the selected list?

Do you mean a mapping table?

Astrato.io Head of R&D
Not applicable
Author

Hi.

I have a straight list, and i want to assign default values.

Thx

rbecher
MVP
MVP

Than I think you need a mapping list. Give me an example...

Astrato.io Head of R&D
rbecher
MVP
MVP

Ok, to give you an idea:

Defaults:

MAPPING LOAD

Value, Default

FROM....

Then you can use :

ApplyMap('Defaults', Value) => Default

and if you have no default for all values:

ApplyMap('Defaults', Value. 'Something Else') => Default or  'Something Else' if no default is found

- Ralf

PS: see online help

Astrato.io Head of R&D
johnw
Champion III
Champion III

Do you mean that when you open the application, you want certain values to be selected?  For instance, you want to select customer A by default?  I believe you'd do that like this:

settings -> document properties -> triggers -> OnOpen -> Add Actions -> Add -> Selection -> Select in Field -> OK -> Field = Customer -> Search String = A

Not applicable
Author

Thank you Sir John.

I'm satisfied.