Hi Sir,
Can we show a sub region on top of the IR which will show the time(total hour) and the week( from 02-06)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
output like
step-1 give static id for your report, like = abc
step2- create page load dynamic action
action — execute javascript code
$(‘#abc_toolbar’).after(“<div style=’color:red’><center>hello</center></div>”);
thnx for you support how to get data from db in place of hello
eg:Total Hours: (it is calculating dynamically )
Thankx sir it works..
step-1 give static id for your report, like = abc
step-2 create ajax callback process name– calculate
step -3 create dynamic action name– add_header
event- page load
action– execute javascript code
step 1– create a ajax callback process
name — getTotalHours
pls/code
step -2 create a page load dynamic action
action- javascript
Hi Afzal
I want to show Total Sal on top of the IR. I follow this step but no result any solution???
Can it be possible to design this