Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
paulyeo11
Master
Master

Expression already add filter , How to avoid manual filter ?

Hi All

I have a GL Table , when i select 2012 and Dec , it will display all GL_CODE on Table 1. Mt expression as below :-

=money(fabs(if([Exec P&L Level] = 's','',Sum({$<YearMonth = {"$(=Date([YearMonth],'YY MMM'))"}, month = ,year=>}[Amount])), $(vCurrency)))

Now i when Press button on Step 2 , it will filter those GL Code i need , and display at the result at Table 2. My expression as below :-

=money(fabs(if([Exec P&L Level] = 's','',Sum({$<YearMonth = {"$(=Date([YearMonth],'YY MMM'))"},[GL_CODE] = {"50030","50060","50016","50010","50011","50022","50040","50020","50090"}, month = ,year=>}[Amount])), $(vCurrency)))

Now my question is , with out user click on Step 2 button , how to make Table 2 appear ? Now user need to press button step 2 , my aim is avoid user press button step 2. Since in my expression already filter those GL CODE. which is same as press button.

Paul

1 Solution

Accepted Solutions
swuehl
MVP
MVP

Maybe like attached?

View solution in original post

2 Replies
swuehl
MVP
MVP

Maybe like attached?

paulyeo11
Master
Master
Author

Hi Stefan

Thank you very much for your help. It work now.

Paul