Commit 1c5cf742 authored by cmahajan's avatar cmahajan

franco sql for dashbaord pages and dashbaord comp and pophelp.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@102499 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 4455537b
/****************************************************Dashboard_Pages***************************************************/
Insert into Dashboard_pages
(USER_ID,
PAGE_ID,
TITLE,
URI,
IMAGE_URI,
PAGE_TYPE,
ENTITY_TYPE,
ENTITY_CODE,
CHG_USER,
CHG_TERM,
CHG_DATE)
values
('I99993',
2,
'Complaince Summary',
'/ibase/dwh/GwtDashboardPage.html?metadataname=complmtdsummary',
null,
'T',
'U',
'I99993',
'CMAHAJAN',
'172.31.18.233',
to_date('01-JUL-16','DD-MON-RR'));
/****************************************************Dashboard_Comp***************************************************/
Insert into Dashboard_comp
(USER_ID,
PAGE_ID,
COMP_ID,
TITLE,
URI,
WIDTH,
HEIGHT,
ROW_NO,
COLUMN_NO,
COMP_TYPE,
COMP_NAME,
ENTITY_TYPE,
ENTITY_CODE)
values
('I99993',
2,
1,
'Complaince Summary',
'/ibase/dwh/GwtDashboardPage.html?metadataname=complmtdsummary',
350,
0,
0,
1,
null,
null,
'U',
'I99993');
/***************************************************Pophelp***************************************************/
INSERT INTO pophelp (
field_name,
mod_name,
sql_str,
dw_object,
msg_title,
width,
height,
chg_date,
chg_user,
chg_term,
dist_opt,
filter_string,
sql_input,
default_col,
pop_align,
query_mode,
page_context,
pophelp_cols,
pophelp_source,
multi_opt,
help_option,
popup_xsl_name,
auto_fill_len)
VALUES (
'EMP_NAME',
'W_DASHBOARD',
'select emp_code, emp_fname ||'' ''|| emp_lname emp_name from employee where report_to = ''?''',
NULL,
'Employee Name',
0,
0,
NULL,
NULL,
NULL,
'0',
NULL,
':EMP_CODE',
0,
NULL,
NULL,
NULL,
NULL,
NULL,
0,
'2',
NULL,
NULL);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment