Highlight data in report according to search input

Hi,
I have SQL report and to narrow down the report I have a search region with TextField. It is working fine.
My query here is I want to highlight the search input text wherever it appears in the report column.
Like my search text is suppose - abc
Report should be like this
1. A abc gt (907-788-7887) Male
2. Hakswq (344-345-2343) Male
3. Kasjh abc d (343-324-3243) Female
Please tell me how to achieve this in SQL report.
-Smith

on you sql report select the report tab then select any row that you want to highlight. on the "Highlight Word field under Column formatting put like this &search_input.
replace the word search_input with the search item name. do the same on all the columns you want to be highlighted.
take note of the ampersand(&) and period (.)
good luck!

Similar Messages

  • Windows are weired in Reports- Data Dictionary Reports- PL/SQL- .......

    When I go to Reports->Data Dictionary Reports-> PL/SQL->Search Source Code I get a window where I can not enter anything and moreover nothing is clearly visible.
    Also same is happening for option Reports->Data Dictionary Reports-> PL/SQL->Progam Unit Arguments.

    The parameters default to NULL (the NULL check box is ticked) - to be able to enter a value, you need to first uncheck the NULL check box. You get the same thing with bind variables when running statements in the SQL Worksheet.
    I think it would be much better if typing anything into the parameter value field automatically deselected the NULL, but it doesn't do that.

  • Batch input in ECC 6.0 for data collation reports?

    Hello all,
    Is anyone using IS-OIL (OGSD) in ECC6.0? I have heard that the technology for posting data collation reports is no longer based on batch input technology but I couldn't find any information on it, neither in the release notes. Does anyone know whether this is true?
    Kind regards,
    Klemens

    Hi Satya,
    Still I am getting  the same error. I am using IE 7.0 browser. In my service I have the following parameters in SE80 as well as in the SAP GUI Config in SICF.
    ~ITSMOBILE 1
    ~THEME 99
    ~TRANSACTION LM00
    I have published the complete service and it published successfully to INTERNAL site.
    My custom service is active in SICF.
    When I test the service, IE can not display the page.
    Do we need to activate any other standard service?
    Or Do we need to set some additional parameters to the service?
    Do I need to make any special settings in the IE 7.0?
    Your input will be highly appreciated.
    Regards,
    Subbu

  • I wish to generate reports from the database an out put it but i need to enter a date from and to ina  html input box

    i wish to generate reports from the database an out put it
    but i need to enter a date from and to ina html input box
    in the input box a data of range will be input from a start
    to latest
    latest being the default as today's date.
    any help tips snipplets, concepts , turot=rails.
    thanks

    easycfm.com has tutorials for people who are brand new.
    If you don't know much about sql, I have heard good things
    about the book, Teach Yourself SQL in 10 Minutes by Ben
    Forta.

  • How To Modify Interactive Report Search Input?

    Hello All,
    I am running version 3.2 and attempting to modify (validate) the search input value on an interactive report. For example, after a user enters a string in the search textbox, I want to strip any space characters from the string and perform other operations as needed.
    I have attempted to use javascript and PL/SQL page processing, but have been unsuccessful with either. I can not figure out how to modify the javascript function called for submitting the page and the on submit page processes don't fire for interactive report pages.
    How do I modify search values on IR pages?
    Mark
    Edited by: Mark Carpenter on Sep 28, 2009 3:53 PM

    Hello Mark,
    The search item is called "apexir_SEARCH".
    Using jQuery you can add a onblur function to that field:
    $(function(){
      // Add an onblur function to the Search field
      $("#apexir_SEARCH").attr("onblur",'clearField(this)');
    function clearField( pThis ){
    //Do your thing here.
    }Greetings,
    Roel
    http://roelhartman.blogspot.com/

  • Highlight and disable report row

    Apex 4.2.1
    In prior releases, the recommended way to highlight a row in a classic report region involved creating a new generic column report template and using the PL/SQL condition on the template to add a CSS class/style to the report data cell.
    Thats's too cumbersome! Is this still the easiest way to do it or is there some nifty, declarative, jQuery-powered way to implement this in 4.2.1?
    By disable I mean that if there are some actionable INPUT fields on the row (INPUT tags like checkbox or radionbutton), they should be disabled/grayed out.
    Thanks

    :-) I guess some jQuery magic like
    $('table.report-standard td').css('background-color','pink');
    $('table.report-standard tr').find('input,select').attr('disabled','disabled');works but doing it conditionally based on some data in the row is slightly more tricky. Something like td:contains("foo").closest("tr").find('input,select') should work.
    Anyway, I think I got the general idea. Thanks

  • Report with XML as input !

    Hello,
    I am hv been trying to create a simple report with an XML input but by the end of it, it doesnt give any data on the report.
    I tried it with XML + SQL input, it gave me a blank report and when I tried with a pure SQL input it did give data in the report. I enabled the trace option but couldnt get to the core of the problem.
    My XML & XSD file are all valid, they are auto-generated.
    The report doesnt give any error either.
    Any clue what the problem could be ??
    Regards,
    Madhu.

    Post Author: ashdbo
    CA Forum: Data Connectivity and SQL
    I think it can be done by looking at Crystal Report XI.BUTHow can I do this programatically in Java ?  Thanks,Ashok

  • Delivery Date-Wise Report

    Dear all
    Can I have a Delivery Date wise report for Purchase Order.
    (T.Code) and what the paramenters that I have to input.
    Manoj

    Hi
    You can get it in the ME series 2L,2M ,2N etc by giving the delivery date range but the delivery dates will not be displayed in the report. To see the PO wise delievry date see the table EKET.
    DBehera

  • Is it possible to schedule a Webi report based on another input, i.e. expose a time in which a process was finished.

    These are Webi, user created reports.
    Is it possible to schedule a Webi report based on another input, i.e. expose a time in which a process was finished (this can be obtained via a SQL call, service call, etc).
    The issue is that if a user schedules a report for 9PM but a process to move data, etc has not completed then that forces the user to keep re-freshing the report hoping that the process has been complete.
    Ideally, in the selection UI add to the dropdown for 'when' the option 'Use Process X completion Time' (since it is a daily report).
    Then starting around 9PM check to see if that 'time" value is populated then refresh (run) the report. Or it could just be a flag that the process has finished.
    User's in the webi environment are asking for this, and moving their reprots to BO is not an option. That's why they have the custom webi enviroment.
    Thank you.

    There is no very good way to create a working event based on a file as the file will need to be deleted as soon as the event is triggered. However there are work around which can be done for this. Here is a link which is discussing about the process.. http://scn.sap.com/thread/1677109
    Once you have created a file based even in CMC > Events> System Events and made a work around program to delete the file once the event is trigged all you would need to do in webi is in launchpad just schedule > Events > select the file based event from all available system events. Here is a screenshot how to make a report run based on a event..

  • How to Write Log Message in a XML Data Source Report

    Hi Friends,
    Can anyone help me out what is the process of writing a log file in the XML Data Source Report. for eg: in Plsql we use FND_LOG.PUT_LINE to print the Log message in the Concurrent Request Output. in the similar manner, when we develop a report using XML, where we write Coding in XQuery of XML, what is the process need to follow to print the logs for the XQuery.
    Any inputs/Suggestion on this Highly appreciable.
    Thanks in advance.

    Create an RMI application (for example) that writes the log, and let all logging calls call that remote application.
    Something like that is the only feasible way that doesn't require you to have a drive on the remote machine mapped to the local one (which causes its own problems as you could have multiple simultaneous write attempts...).

  • APEX CSS - How do I get data in report columns to wrap?

    I found information here http://www.orafaq.com/wiki/APEX_FAQ
    About How do I get data in report columns to wrap?
    This works and another way to do it is by adding the CSS directly into the
    Home>Application Builder>Application 137>Page 1>Report Attributes>Column Attributes page
    in the Column Formatting area. I added 'white-space:normal' and this works in FF but in
    IE it has a different behavior.
    In FireFox
    testasdgadhad
    gadfadgadgadg
    adgafhsrgjsgnsfg
    nsdfbadfafhafha
    dfhadfh
    In Internet Explorer
    testasdgadhad gadfadgadgadg adgafhsrgjsgnsfg nsdfbadfafhafha dfhadfh
    Is there a way to force it so it display in IE the same way that it displays in FF?
    The correct display format is FF.
    Thanks,
    Nestor :)

    I have try this because I found it during a search and it makes no difference in IE.
    This is what I am using now 'display: block; width: 100px;max-width:100px;white-space:normal'
    I also tried 'display:block; width:500px'
    If I use the values 'normal' or 'pre' for white-space' it works in FireFox but not in IE, The display block
    does not seem to make a difference. It seems that all I need is 'white-space:normal' but again
    it does not works on IE.
    Thanks,
    Nestor :-)

  • How to use list of data in an array as an input?

    Hi,
    I had an array with quite a number of complex data in it. I wanted to use it as an input to a function and plot it. I want the data in the array to be input one by one start from the top of the array till the bottom and feed it to the function accordingly. I'm having problem to do this. I tried 'for loop' but it will only output it after the loop finish running which not really desirable as the output from the function are to be use in other function and this introduce lagging. Any other method?

    Yeap.. thats the problem. I used this for loop before but it only update the value within the loop.. To use the transfer function I need to use another loop called Control and Simulation Loop. Attached is the modified file. I tried using global or local variable but it wont update until the for loop finish all the iteration which only gives out the final value in the array to the transfer function.
    Attachments:
    chart[1].vi ‏57 KB

  • OBIEE Date Comparison report with multiple measures

    Hello everyone...
    I have a requirement where I need to create a date comparison report (Current Month vs. Prior Month vs Prior Month Year Ago vs YTD vs Prior YTD vs Rolling 3 months, etc) with multiple Measures (Quote count, Quote offered count, New Business count, etc). I am to generate this report in this fashion:
    Quotes Current Month vs PM vs YoY Prior
    Month Current Month Prior Year Current
    YTD vs PM Prior
    YTD Rolling 3 Months vs PM Prior Rolling 3 Months
    Issued 120 120 123 1400 1020 1700 1580
    Unique Risks
    Offered 556 449 571 5881 6220 6101 5892
    Unique Risk Close Ratio
    Offered Close Ratio 21.6% 26.7% 21.5% 23.8% 16.4% 27.9% 26.8%
    Bitmap
    Avg Issued Premium 240 238 222 2801 2630 3104 2892
    Avg Offered Premium
    New Business
    Count
    Avg Full Term Premium
    I understand that time series is an option, and have created the time series (which show up as measures).
    My problem is:
    when creating the report (even as a pivot table) , OBIEE is not allowing me to drag the measure to rows, nor is it allowing me to drag the time series to columns. Also, I need to do conditional formating on some of the columns showing an up arrow for increased vs. prior month and down arrow for decreased vs. prior month.
    Does anyone have a solution for this issue? Any assistance would be greatly appreciated...
    Please advise and thanks!!!

    Jason,
        You've been very helpful, but I guess I'm just not explaining myself that well. The Credit Memo's throw things off because they do not contain a "Paid Date" value. That field in the record is blank. Since it is blank the report query ignores them. Therefore when the report query returns all records that have a "Paid date" range of "x to y" they are never returned. This is a problem whenever a credit memo exists for an invoice because the "invoice total" never changes. So when a customer pays on their account for a particular invoice, they only pay what is due which is the "invoice total" minus any "credit" from the "Credit Memo". So when my A/R person receives payment they are showing the invoice paid in full because MAS automatically includes all invoices and credit memo's. My report does not because there is no data in the "Paid Date" field of the record for Credit Memos.
    I've been doing alot research in trying to resolve this "exception" to my report. I think I may be on to something, but my knowledge of arrays is extremely limited. My resolution involves populating an array with the "invoice numbers" that are returned from the initial query from the supplied date range. Then using the "invoice numbers" from the array have it then populate my details section of the report with all of "invoice records" both the actual invoice record and any "credit memo" records. I can then group the records returned  based upon the "invoice number". then within that grouping I can performing my calculations to show whether or not the invoice has been paid in full. What do you think?  I've been able to populate an array with the invoice numbers based upon my date search range, but I have yet to figure out how to take that information and perform another lookup to pull in the rest of the data I need. Do you have any ideas?
    Thanks.  Bill

  • Actication Data for reporting in InfoCibe

    Hi!
    I'm new SAP BI Consultant and I need some helps according to InfoCube loading.
    I load coorectly my InfoCube but I don't know how to activate my requests for reporting in BW.
    We don't have a press bouton 'Activate' like when we want to activate data for reporting in DSO.
    Please, does somebody tell me the process?
    Thks!

    Hi Gaudenzio  ,
        Welcome to BI. Activation is only used in standard DSOs which have 3 tables :new ,change log and active. When data is loaded into a DSO, it is loaded into the new table. Activation is performed to move this data to the change log and active tables.
    You can refer the below link for more info.
    [http://help.sap.com/saphelp_nw70/helpdata/en/43/5fc0680a876b7de10000000a422035/frameset.htm]
    You do not require activation for infocubes or write optimsed DSOs.
    Data is automatically available for reporting when you load a request into an infocube.
    Hope this helps.
    Regards.

  • Save Data with Reports

    Hi Friends,
    The Report Option has Save Data with Reports.
    What is Merit and Demerit of having this option on?
    Thanks and regards

    If you select the report option save data with report - i think it will save the report along with the data retrieved at that particular time.
    When open the report again it will show that data. The crystal reports will not search for new data, If click refresh then it will try to get the updated data. If you save the report with data, if publish the report in Infoview- open the report it will display the data without going for the dynamic data. If you schedule it then it will get the latest data from db server.
    You can view the data in crystal  reports viewer if you save the data along with the report.
    sorry for my english!!
    Regards,
    Parsa.

Maybe you are looking for