Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Specific field selection should effect the Sum(....), elsewise no effect is required

Hi Experts,

In an application, I have one filter with the name "FiscalYear"

=if(GetSelectedCount(FiscalYear)> 0, concat (DISTINCT Mfg_Year, ‘,’), ‘*’ )

4 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

HI,

Try this.

=if(GetSelectedCount(FiscalYear)> 0, concat (DISTINCT Mfg_Year, ‘,’))


Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
jonathandienst
Partner - Champion III
Partner - Champion III

And your question is?

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
sunny_talwar

Good question jontydkpi

Not applicable
Author

Please accept my apologies, by mistake I posted question incomplete question there is complete question is posted with the following subject please:

Expression's value should only take effect with one filter only