Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
vijetas42
Specialist
Specialist

Alternate state issues

HI,

Can I use same filters once for different alternate state in my dashboard and how?

4 Replies
senpradip007
Specialist III
Specialist III

Hi.

You can use same filter in different alternative state.

Try like:

Avg({[Group1]} [Adj.Close])

Avg({[Group2]} [Adj.Close])

Not applicable

Hi Vijeta,

Try this

Expr 1 :- sum({[Grp1] <City=$::City,State=$::State>} sales)

Expr 2 :- sum({[Grp2] <City=$::City,State=$::State>} sales)

fields city and state (for e.g) are your common filters. Their states should be default or inherited state.
city and state will remain common for above two expressions.

Hope this will help you.

-Lalit

vijetas42
Specialist
Specialist
Author

all these working with expressions but,i want for dimensions

ashwanin
Specialist
Specialist

For Expressions its ok, but i don't think that for One Dimension you can use it for more than one time.

Can you post a sample?