Hello everyone! I was create a Dashboard using "Auto Complete Component" to show customer name list. In "Data Sources", I created "sql over sqlJndi" to call stored procedure with one parameter (default value of parameter is 'suzy'), for example: call show_customer_list(${user}).I changed user parameter to 'admin' (with script: Dashboards.fireChange('user', Dashboards.context.user);) in Pre Execution. When I ran Dashboard, the "Auto Complete Component" only show customer name list for 'suzy'. I do not know why, can any body help me or show me how to use Auto Complete Component exactly?
↧