I am creating a custom Layout using SObjectChartWdg.
using tactic 4.5
code is:
<element>
<display class="tactic.ui.chart.SObjectChartWdg">
<search_type>production_management/main_page</search_type>
<title>test budget</title>
<x_axis>name</x_axis>
<elements>budget</elements>
<search_keys>"production_management/main_page?project=test"</search_keys>
</display>
</element>
search keys report some error:
Reported Error: "do_query error: SELECT "production_management"."public"."spt_trigger".* FROM "production_management"."public"."spt_trigger" LIMIT 0 "
and x_axis can't work too, still shows the code.
using tactic 4.5
code is:
<element>
<display class="tactic.ui.chart.SObjectChartWdg">
<search_type>production_management/main_page</search_type>
<title>test budget</title>
<x_axis>name</x_axis>
<elements>budget</elements>
<search_keys>"production_management/main_page?project=test"</search_keys>
</display>
</element>
search keys report some error:
Reported Error: "do_query error: SELECT "production_management"."public"."spt_trigger".* FROM "production_management"."public"."spt_trigger" LIMIT 0 "
and x_axis can't work too, still shows the code.