I really just need them to appear on one page so I could create another 
query outside my drawVis function BUT.....I have tried I am an not 
knowledgeable enough to now where to place the script to get that to 
work.   Would it go after the final close "}" (see below)?  NOTE ALSO:  I 
would like to be able to pass a control filter selection made in dashboard 
to chart outside of dashboard...is this doable?

// Create the dashboard.
       var dashboard = new 
google.visualization.Dashboard(document.getElementById('dashboard')).
         
       bind([CompanyFilter], [RRR, EBITDAMarg, CACTrend, 
PortfolioWeightingFMV, FMVPortfolio,Description, RevSummary, EBITDASummary, 
PaybackSummary]).
       //, EBITDAMarg, CACTrend, PortfolioWeightingFMV, 
FMVPortfolio,Description
       bind([LPFilter],[LPAccounts]).
        // Draw the dashboard
       draw(view);
 
        
    });
        
}
</script>

On Tuesday, August 2, 2016 at 11:02:09 AM UTC-5, Chip Davis wrote:
>
> I have a dashboard that queries from sheets.
>
> The response becomes my datatable.
>
> I have table charts inside my dashboard and I would like these tables to 
> populate based on queries of my datatable. I can not figure out how to have 
> one table (made in Chartwrapper) run a its own query. The next table would 
> have a separate query.  My current workaround is to build my queries inside 
> sheets and place these in added columns in sheets.  As a result....my 
> google sheet is starting to get really cluttered.  I would rather have 
> these queries inside my charts (script) and keep my sheets data 
> uncluttered.  How do I do this?
>
> thx in advance...
>
> Chip Davis
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/aa3bc9da-1be6-426d-99db-4bbce986ffaf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to