As per my requirement, I want to show a grouped bar chart having the count of fields based on the source format and destination format as shown below,
I'm having only one table for field details from DB(SQL). I have a separate table for source format and destination format. To achieve this, whether I need to split the field table into source table and destination table or can I keep it as same table from the DB?
I have also forwarded the sample data and QVW below. Please help me guys..