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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Filter data in straight table

Hello,

I know it's been discussed several times, but after two full days of searching, I failed in making it work [:(]

Tables :

  • Relations (= Clients)
  • Personel (= Account Managers)
  • Events

I created a straight table which is showing me all the clients and the calculated sales. This table does not rely on previous selections made. But I want to create a table per Account Manager.

Where (and how) can I state in the table to show me only the clients from one of the Accountmangers.

From Table 'Personel', field 'Initials', I thought Calculation Condition : =IF(Initials='AHE') would show me the clients of AHE...

I know, it's stupid, but I cann't get it to work

1 Solution

Accepted Solutions
Not applicable
Author

If, however, you do have a good reason to filter inside of the object itself then maybe a calculated dimension would work, something like:

=IF(AccountManager='ACE' , AccountManager )


View solution in original post

4 Replies
Not applicable
Author

Hi

I'm not sure why you want to place a filter inside the object, why don't you just provide a list box so the end-user can select which account manager they want to see?

Not applicable
Author

If, however, you do have a good reason to filter inside of the object itself then maybe a calculated dimension would work, something like:

=IF(AccountManager='ACE' , AccountManager )


Not applicable
Author

Because each Accountmanager will get its own sheet (apart from the comparison-sheets which are allready made).

The sales-director asked me to make a seperate sheet for each accountmanager.

Not applicable
Author

THX !!!

Like I thought : very simple !

Problems solved !!