Hi all,
we have a table with four columns as below:
Company Employee #Months Salary
IBM------------A--------------1-----------20
IBM------------B--------------1----------- 30
AMEX----------A--------------1----------- 20
AMEX----------B- -------------1----------- 40
IBM------------C--------------1----------- 50
GOOLGE------ A--------------1----------- 10
IBM------------D--------------1----------- 30
GOOGLE-------B--------------1-----------40
the required output should look like:
Company Employee #Months Salary
IBM------------A--------------1.5---------30
IBM------------B--------------2-----------60
IBM------------C--------------3.8---------190
IBM------------D--------------.5----------15
in order to get the result …first prompt is on the company - which works fine.
the second prompt should be on employee where the user can punch in his own number for months like 3.08 and this entry should be taken to each employee individually for a specific company.
–i know business objects is not for data entry but is there any work around to achieve this output…
Version: BI 4.0 SP 05
DB: Oracle 11g.
any ideas on this appreciated
Thanks,
Bandreddy
Bandreddy (BOB member since 2011-05-04)