Oracle Community

The social network for Oracle people

Rajesh Venkataramani
  • Male
  • Chennai
  • India
Share on Facebook
Share Twitter

Rajesh Venkataramani's Groups

Rajesh Venkataramani's Discussions

Apex Tabular Form - Disable Item Help Required

Dear All, I have created a tabluar form and i need to disable a item when the value of another item matches.In the HTML Header, i have the following code<script language="JavaScript"…Continue

Started Jan 29, 2012

Apex Dynamic Display of Columns

Dear All, I have a small issue in Apex.  My issue isI have created a Display item say Voucher Date and also created another Drop Down item containing some Values.  Eg Between, Less than, Equal to…Continue

Started Dec 3, 2011

Apex IR - Highlitht Option
4 Replies

Dear Team, I created a Interactive Report and used the Highlight Option to high light certain columns in a different color based on certain conditions.  This is working perfectly.  My concern is…Continue

Started this discussion. Last reply by Rajesh Venkataramani Nov 24, 2011.

Apex IR - Total Wordings

Dear Team, I have created an Interactive Report and also used the Aggregate option to Sum the Values for display.  Though the Values are displayed, i want the Fixed wordings "Total" to be also…Continue

Started Nov 22, 2011

Gifts Received

Gift

Rajesh Venkataramani has not received any gifts yet

Give a Gift

 

Rajesh Venkataramani's Page

Latest Activity

Rajesh Venkataramani posted a discussion

Apex Tabular Form - Disable Item Help Required

Dear All, I have created a tabluar form and i need to disable a item when the value of another item matches.In the HTML Header, i have the following code<script language="JavaScript" type="text/javascript"><!--  function enableDisableItems() {    if ($v('P21_ACM_USER_ID') == 'RVIJA' || $v('P21_acm_branch_code') == '141') {     $x('P21_ACM_AGENT_CODE').disabled = false;            }  }//--></script> In the HTML Body, i have the following codeonload="enableDisableItems();" But i…See More
Jan 29, 2012
Rajesh Venkataramani posted a blog post

ApEx Dynamic Display of Columns

Dear All, I have a small issue in Apex.  My issue isI have created a Display item say Voucher Date and also created another Drop Down item containing some Values.  Eg Between, Less than, Equal to etc.Now i want the following.When the user selects the value Between, two text box should appear and accept the datesWhen the user selects the Value Less than, then only one text box should appear and accept the valueIs it possible in Apex?  If so, kindly advice and provide me a solution.ThanksRajesh VSee More
Dec 4, 2011
Rajesh Venkataramani posted a discussion

Apex Dynamic Display of Columns

Dear All, I have a small issue in Apex.  My issue isI have created a Display item say Voucher Date and also created another Drop Down item containing some Values.  Eg Between, Less than, Equal to etc.Now i want the following.When the user selects the value Between, two text box should appear and accept the datesWhen the user selects the Value Less than, then only one text box should appear and accept the valueIs it possible in Apex?  If so, kindly advice and provide me a solution.ThanksRajesh VSee More
Dec 3, 2011
Rajesh Venkataramani joined Murali Vallath's group
Thumbnail

All India Oracle Users Group

AIOUG is a non profit organization started by like minded users. The idea of this group is to share what the Oracle users have learned from using Oracle technology over the years with fellow users who have similar interest.
Dec 2, 2011
Rajesh Venkataramani replied to Rajesh Venkataramani's discussion Apex IR - Highlitht Option
"Wonderful/....Thanks a lot....for your help....It works.  I had another issue also and raised a question.  The issue is in the IR, i used the aggreate function to sum all those having numeric values.  Now i need the wordings Total to…"
Nov 24, 2011
Tamas Izsak replied to Rajesh Venkataramani's discussion Apex IR - Highlitht Option
"Hi,   change visibility:hidden;  to display:none;   so the full code will look like this: <style type="text/css"> <!-- #apexir_CONTROL_PANEL { display:none; } --> </style>  "
Nov 24, 2011
Rajesh Venkataramani replied to Rajesh Venkataramani's discussion Apex IR - Highlitht Option
"Thanks Tamas,  It works.  But what happens is the Space is getting widening.  I have done around 10 different color cobinations and the report comes down heavily leaving white spaces in a full junk."
Nov 24, 2011
Tamas Izsak replied to Rajesh Venkataramani's discussion Apex IR - Highlitht Option
"Hi  Rajesh, there isn't a basic solution for this, but there is another workaround to hide the controls. Click on Edit Page, than paste this into HTML Header and Body Attribute:   <style…"
Nov 24, 2011
Rajesh Venkataramani posted a discussion

Apex IR - Highlitht Option

Dear Team, I created a Interactive Report and used the Highlight Option to high light certain columns in a different color based on certain conditions.  This is working perfectly.  My concern is that, the Highlight Syntax is still available to the end user and he/she can disable or uncheck the same.  I dont want that syntax to be displayed to the end used.  Any ideas????See More
Nov 24, 2011
Rajesh Venkataramani posted discussions
Nov 22, 2011
Rajesh Venkataramani replied to Rajesh Venkataramani's discussion Apex Interactive Report
"Thanks a lot Tamas.  It worked.  I put the IR reset function after page Load Header and it worked...Thanks a lot for your help..."
Nov 22, 2011
Tamas Izsak replied to Rajesh Venkataramani's discussion Apex Interactive Report
"Hi Rajesh, use this to reset your Interactive Report: APEX_UTIL.IR_RESET( p_page_id IN NUMBER, p_report_alias IN VARCHAR2 DEFAULT NULL);   http://download.oracle.com/docs/cd/E23903_01/doc/doc.41/e21676/apex_util.htm#CHDGIEFG"
Nov 22, 2011
Tamas Izsak commented on Rajesh Venkataramani's blog post Apex Interactive Report
"Hi Rajesh, use this to reset your Interactive Report: APEX_UTIL.IR_RESET( p_page_id IN NUMBER, p_report_alias IN VARCHAR2 DEFAULT NULL); http://download.oracle.com/docs/cd/E23903_01/doc/doc.41/e21676/apex_util.htm#CHDGIEFG   Best…"
Nov 22, 2011
Rajesh Venkataramani joined Dimitri Gielis's group
Nov 18, 2011
Rajesh Venkataramani is now a member of Oracle Community
Nov 18, 2011

Profile Information

About Me:
Interested in learning Apex. Oracle DBA

Rajesh Venkataramani's Blog

ApEx Dynamic Display of Columns

Dear All, 

I have a small issue in Apex.  My issue isI have created a Display item say Voucher Date and also created another Drop Down item containing some Values.  Eg Between, Less than, Equal to etc.Now i want the following.When the user selects the value Between, two text box should appear and accept the datesWhen the user selects the Value Less than, then only one text box should appear and accept the valueIs it possible in Apex?  If so, kindly advice and provide me a…

Continue

Posted on December 4, 2011 at 8:51pm

Apex Interactive Report

Dear Team,

Problem statement :  I created a interactive Sql Report with Filter option.  The issue is when a data is filtered and returned back to the main application and again when visiting the same page, the filtered value is being retained.  i want the filter to be removed when i go back to the previous page.  I tried Apex Util.clear Page etc....Kindly help

Posted on November 22, 2011 at 4:16am — 1 Comment

Comment Wall

You need to be a member of Oracle Community to add comments!

Join Oracle Community

  • No comments yet!
 
 
 

© 2013   Created by Eddie Awad.

Badges  |  Report an Issue  |  Terms of Service