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)
❇️ OrclQA.Com is a question and answer forum for programmers.
❇️ Here anyone can ask questions and anyone can answer to help others.
❇️ It hardly takes a minute to sign up and it is 100% FREE.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Swarup
Can it be possible to design this
afzal
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>");
Swarup
thnx for you support how to get data from db in place of hello
eg:Total Hours: (it is calculating dynamically )
afzal
step 1-- create a ajax callback process
name -- getTotalHours
pls/code
step -2 create a page load dynamic action
action- javascript
Zulqarnain Haider
Hi Afzal
I want to show Total Sal on top of the IR. I follow this step but no result any solution???
afzal
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
afzal
output like
Zulqarnain Haider
Thankx sir it works..