Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
livio218526
Creator
Creator

Default value in Prompt

Hi Everyone,

I want set a prompt in a default value of Field.

In particular I have a Field (Month) and I want set the prompt in a default value (Aug).

How I can do it??

Thanks,

Livio

4 Replies
OmarBenSalem
Partner - Champion II
Partner - Champion II

Please use this extension since It's not possible directly with qlik sense (unless u use set expressions) and change all of ur expressions.

I mean sthing like,

If(GetSelectedCount(Month) = 0, Sum({<Month= {'Aug'}>}Measure), Sum(Measure)


here's a good extension:

GitHub - fadyheiba/DefaultSelections: Sets a default selection upon open a Qlik Sense sheet.

livio218526
Creator
Creator
Author

If(GetSelectedCount(Month) = 0, Sum({<Month= {'Aug'}>}Measure), Sum(Measure)

I don't understand which Measure??

OmarBenSalem
Partner - Champion II
Partner - Champion II

Each of the measures u have in ur sheet ! this is generic for the sake of the example..

It can be anything?

Sum(Sales)

Count(distinct ID)

Don't know..

agigliotti
MVP
MVP

you can use the below extension:

http://branch.qlik.com/#!/project/58e20b0e86f54ab8e8f21512

it enable you to set a field value when opening a sheet.

The Power of shining a light on the dark side of your data.
Follow me on my LinkedIn | Know Gamma Informatica at gammainformatica.it