Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I know it's been discussed several times, but after two full days of searching, I failed in making it work [:(]
Tables :
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
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 )
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?
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 )
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.
THX !!!
Like I thought : very simple !
Problems solved !!