Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8123681
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T06:15:12+00:00 2026-06-06T06:15:12+00:00

I have in a tabPanel a list from a Store who’s based on the

  • 0

I have in a tabPanel a list from a Store who’s based on the Model below. In the second tab I want a pie-chart (build with Sencha Charts 2.0 Beta) with the total number of three possible values of my vote field (values can be “Yes”, “No” or “AB”, so what I expect is three pie-parts).

The Store grouper function group the store by name first character for the list.

groupFn: function(record) {                
            return record.get('name')[0].toUpperCase();                        
        }

I thought about creating a new Store dynamically BUT the number of data is very large (~31k rows in DB) so if i can handle with the Store I already have it would be great.

Model :

{
  name : 'someName',
  vote : 'someVote',
  ID   : 'someID'
}

Hope I give all the informations.

Thank you in advance for any help.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T06:15:14+00:00Added an answer on June 6, 2026 at 6:15 am

    OK update, now I have the total number for each vote result. I used the following code :

    var store = Ext.getCmp('myList').getStore();                            
    store.findBy(function(rec) {
            if (rec.get('vote') === 'YES') {
                  countYES++;
               } 
    });
    

    I’m trying to use those data in my pie chart now.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have Ajax TabPanel with Tab Employee List Add Employee Edit Employee On Employee
I have a simple tabpanel. I want to fetch currently active tab's child components
I have TabPanel which contains, among other things, a Grid connected to a Store.
I have a TabPanel whose HeaderText property I want to set using a code
I have Ext.tab.Panel with few items. One item is login panel of type Ext.form.Panel.From
I have created a TabPanel in GWT and add tabs Now I want to
i use the MVP-Pattern in GWT. I have developed a GWT-TabPanel. Each Tab has
I am using a <rich:tabpanel> with 3 tabs. In the 2nd tab I have
I have a tabpanel with items of nestedlists. Each nested list goes several levels
I have a jquery tab on my page, where each list item contains a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.