What action should you perform to display the chart title and the total number of products under each category without using custom XML?

In your Orders application, you created a 30 Pie Flash chart page to display products by
category. You provided the following query:
Select null link, category_name# count (*) from (SELECT CASE
WHEN (category_id between 10 and 19) THEN ‘Television1
WHEN (category_id between 20 and 29) THEN ‘Computer1
ELSE ‘Others1
END category_name
VMM new_product. Group by category_name order by 1
View the Exhibit. What action should you perform to display the chart title and the total
number of products under each category without using custom XML?

In your Orders application, you created a 30 Pie Flash chart page to display products by
category. You provided the following query:
Select null link, category_name# count (*) from (SELECT CASE
WHEN (category_id between 10 and 19) THEN ‘Television1
WHEN (category_id between 20 and 29) THEN ‘Computer1
ELSE ‘Others1
END category_name
VMM new_product. Group by category_name order by 1
View the Exhibit. What action should you perform to display the chart title and the total
number of products under each category without using custom XML?

A.
Edit the Flash Chart region to select the Show Values check box.

B.
Modify the query to display the value and edit the Flash Chart region to display the chart
title

C.
Edit the Flash Chart region to specify the chart title and select the Show Values check
box.

D.
Edit the Flash Chart region to specify the chart title.



Leave a Reply 1

Your email address will not be published. Required fields are marked *