Creator : Filter Pivot Charts by a Function
Currently pivot charts in creator will only show either all records or the logged in user records
I need to be able to add a filter calling a function I have created to show results based upon the organisation that the logged in user belows to.
- float Navigation.getOrganisation()
- {
- varOrgID = customer[record_owner = zoho.loginuser].organisation;
- return varOrgID;
- }
Can I call this function into a Creator pivot chart filter ?