Report template 101 - Comment Bubbles (used during creating SQL Report)

Hi,
There is a Report template type - Comment Bubbles [ Theme - 24, 25, 26 ]
Has anyone ever tried using this template while creating SQL Report.
OR if anyone knows how to use this and what should be the syntax of SQL query for using this template.
Thanks,
Deepak

Hi Deepak.
I assume you're running APEX 4.2
There is a packaged application included with 4.2 which is called "Customer Tracker"
On page 50 you find a rewgion where these comment bubles are used ( unlock the application to view the source ).
Regards
Bas

Similar Messages

  • Safe to delete a "List Template" that has been used to create several libraries?

    In SharePoint 2010, is it safe to delete a "List Template" from the Gallery that has been used to create several libraries?  I have a user that has requested the template be deleted.  But he has used the template to create several active
    libraries that he needs to keep.  I wanted to make sure there will be no impact to those libraries and associated workflow, etc...
    Thanks! 

    Libraries created from a template are not tied to the template, so the template can be removed if it is no longer required. The same holds true for Site Templates.
    Yes, the template can be removed.
    One more thing, if you dont want delete the List template or having some fear than you can hide it from UI. in Template just hide it.
    <ListTemplate Hidden="TRUE" />
    But is you have the list definition than its different story.
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • Installing OLEDB Provider (10.2.0.3) for use in creating SQL Linked Servers

    I've installed the Oracle OLEDB Provider (version 10.2.0.3) on my SQL Server 2005 box (Windows 2008 64-bit). However, when I reboot the server after install I do not see the OraOLEDB.Oracle provider in my list of providers available to use to create a linked server to the Oracle database.
    Could someone help steer me in the right direction?
    Thanks!!

    Hi,
    This forum is for links from Oracle to non-Oracle databases. For issues with connectivity to Oracle using ODBC/OLEDB it would be better to ask the question in the ODBC forum -
    ODBC
    They have the experience of connections to Oracle and the software involved.
    Regards,
    Mike

  • Mouseover popup on comment bubble report

    Application Express 4.2.1.00.08
    Internet Explorer - 8
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    Theme - Productivity - 26
    Hi I have a report based on the comment bubble template, what I need is to show a popup on mouseover to show more information. I looked at the packaged applications that come with Apex 4.2 and the Artwork Cataloge application seems to have a region based on plsql and on mouseover a really nice popup appears showing more information. I am wondering how I could do the same for my comment bubble report using this method. I'm not sure how to do it as my report/region is not based on plsql. Can anyone help me, I'm new to Apex so still finding my feet.
    Regards
    Ash

    Here is a the code from the "Recent bugs" region, but stripped of their complexity - and stripped of identifying objects from my code, so you pretty much just need to fill in the sql, and clean it up... it was very quick and dirty
    declare
      d                     date;
      l_status              varchar2(30);
    begin
      d := sysdate;
      sys.htp.p('<ul class="detailedStatusList">');
      for c1 in (
        SELECT ...
        FROM ...
      ) loop
        sys.htp.p('<li>');
        sys.htp.p(' <a h...ref="'||apex_util.prepare_url('f?p='||:app_id||':61:'||:app_session||'::NO:61,RP:Pn_item_ID:'||sys.htf.escape_sc(c1.id))||'">');
        --sys.htp.p('     <img src="'||sys.htf.escape_sc(replace('#IMAGE_PREFIX#e2.gif','#IMAGE_PREFIX#',:image_prefix))||'" alt="" />');   
        sys.htp.p('     <span>'||sys.htf.escape_sc(substr(c1.description,1,150))||'</span>');
        sys.htp.p('<em>Groups:'||c1.grp_count||'</em>');
        sys.htp.prn('</a>');
        sys.htp.p(' <section class="detailedListTooltip">');
        sys.htp.p('   <h4>Callup List: '||sys.htf.escape_sc(c1.description)||'</h4>');
        sys.htp.p('       <ul>');
        sys.htp.p('     <li>');
        sys.htp.p('       <label>Created by</label>');
        sys.htp.p('       <span>'||sys.htf.escape_sc(c1.created_by)||'</span>');
        sys.htp.p('     </li>');
        sys.htp.p('     <li>');
        sys.htp.p('       <label>Created</label>');
        sys.htp.p('       <span>'||sys.htf.escape_sc(apex_util.get_since(c1.created_date))||'</span>');
        sys.htp.p('     </li>');
        sys.htp.p('     <li>');
        sys.htp.p('       <label>Created date</label>');
        sys.htp.p('       <span>'||sys.htf.escape_sc(c1.created_date)||'</span>');
        sys.htp.p('     </li>');
        sys.htp.p('<hr>');
        sys.htp.p('     <li>');
        sys.htp.p('       <label>(Group)</label>');
        sys.htp.p('       <span>(distribution)</span>');
        sys.htp.p('     </li>');
        for r_rec in  (
    select cg.group_name
          ,listagg((select  from )||' ('||cnt||')','<br>') within group (order by cnt desc) la
    from  cg
        ,(select count(*) cnt,
          from  ci
          group by ) ci
    where
    group by cg.
    order by cg.order_seq
        ) loop
          sys.htp.p('<li>');
          sys.htp.p('<label>'||r_rec.group_name||'</label>');
          sys.htp.p('<span>'||r_rec.la||'</span>');
          sys.htp.p('</li>');
        end loop;
        sys.htp.p('       </ul>');
        sys.htp.p(' </section>');
        sys.htp.p('</li>');
      end loop;
      sys.htp.p('</ul>');
    end;I've worked out how to translate it into a list template, so all you need to do is feed a query and you get the standard layout - I'll blog the instructions when I get a chance.
    Scott

  • Determine version used to create a report at runtime?

    Is there a way to determine what version of Crystal was used to create a report during runtime?  I've looked at the objects and cannot find a property that might be used.  There is a File Forrmat Schema property in the Report Definition item in the Performance Information Menu option in the designer that might be useful, but can't find a way to get in in the object model.  Any ideas would be appreciated.

    Directly off of the ReportClientDocument class there is a MajorVersion and MinorVersion property that contains this information.

  • Goods Receipt Report With 101 movement type using bapi_goodsmvt_create

    Dear Abapers,
            i am getting some problem, i got requirement like Goods Receipt Report with 101 movement type using
    bapi_goodsmvt_create and data should upload through excel sheet.
    still facing problems, i have searched sdn forum n sdn code also, but relevant answer i could not find.
    What are all the inputs i need to take and please give some valuable inputs to me.
    please do help ..... thanks for advance..
    Thanks & regards,
    Vinay.
    Moderator message : Spec dumping is not allowed, show the work you have already done. Thead locked.
    Edited by: Vinod Kumar on Sep 27, 2011 10:58 AM

    Dear Abapers,
            i am getting some problem, i got requirement like Goods Receipt Report with 101 movement type using
    bapi_goodsmvt_create and data should upload through excel sheet.
    still facing problems, i have searched sdn forum n sdn code also, but relevant answer i could not find.
    What are all the inputs i need to take and please give some valuable inputs to me.
    please do help ..... thanks for advance..
    Thanks & regards,
    Vinay.
    Moderator message : Spec dumping is not allowed, show the work you have already done. Thead locked.
    Edited by: Vinod Kumar on Sep 27, 2011 10:58 AM

  • How do I find out the template that was used to create a new page?

    We inherited a website from a previous developer. It is in ASP. When
    we try to change say the background color of a page it says the page uses a template the changes we make will
    not be changed. There is a template folder but each of the templates in it give us
    the same message. There is also a New Templates folder but each of the templates there give us the same e
    rror message when we try to chang them.
    If I open say the home.asp page how can I tell what template was used to create the page?

    I tried to change the background color of all the include pages I found like header.asp, etc. None of the includes are the main template. Is there another way to find out that it is?
    Thanks alot.

  • What app would I use to create an online report like this?

    What Adobe CC app would I use to create a web based report like this?
    http://sowc2015.unicef.org
    Could it be done with Muse or does it need something like Dreamweaver and bespoke coding?

    HI,
    Yes, you can create such site using Adobe Muse. You will need anchors points to scroll down. You can take a look this article
    http://www.lynda.com/Muse-tutorials/Understanding-anchor-links/161871/179008-4.html
    Do let me know if you have any question.

  • Best approach to report on ports in use during the month

    I have been asked to come up with a report once a month outlining the network devices ports that are in use per cust
    omer location.
    I see the report device manager but it doesnt appear to give the simple number of ports in use by the device during the past 24 hours.
    Any thoughts or ideas would be great. It appears our customer doesnt want to pay for installed ports, just ports that are used during the month.
    Thanks,

    Hi Peter,
    You don't say what type of reporting that you want to do? I'm assuming that it is probably something like displaying the last 1000 most recently approved forms or similar?
    If that's the case then you may be able to achieve what you need using the Search Core Results Web Part with some clever querying and is likely to be the most performant method.
    Once you have a result set back, you can then look at styling this using XSLT in the SCRWP or alternatively look at using the Search Query Model from code in a farm solution/webpart.
    Alternatively you could look at using SSIS to extract the data using the SharePoint List into a SQL table on a nightly basis. (This article covers how to get data out of SharePoint and into SSIS..
    http://msdn.microsoft.com/en-us/library/hh368261.aspx)
    Regards
    Paul.
    Please ensure that you mark a question as Answered once you receive a satisfactory response. This helps people in future when searching and helps prevent the same questions being asked multiple times.

  • Making names used to create comments anonymous

    Is there any way to make user names in comments anonymous?
    We receive several hundred PDFs of academic/medical/science research each year, many of which have previously applied comments embedded.
    We are looking for a quick way of changing the user name in the comments to something like 'Anonymous'.
    The PDFs are subsequently sent to other researchers for blind peer review, and it is important that the PDFs contain no indication of who authored or commented on the document previously.
    We know that we can change names in comments one by one using Properties. What we want is a global way of changing/replacing the user names used to create previously applied comments and sticky notes.
    Using Acrobat 9 on Mac OS X 10.5.4.

    I tried using AppleScript, but the Acrobat dictionary doesn't give access to the author (or at least I couldn't easily figure it out with my limited knowledge of AppleScript). I just tried this in Acrobat Pro 8 on Mac, and the following works.
    Under the comments menu, export the comments to a data file. The default is the same name with an "fdf" extension, so if you start with an fdf file, make sure to change the name before saving. Open this file in a text editor (I use TextMate) and you will see something that is mostly text. Do a search for the login name. You will find that it is enclosed in parentheses with a "T" tag. Simply do global replace on "T(login-name)" with "T(Anonymous)" and save the file. You could probably automate this with a sed (awk, perl or similar) script, or even Applescript.
    Open up the original pdf with comments in Acrobat Pro, then import comments (under the Comments menu). All of the non-anonymous comments will be replaced with the same anonymous ones.
    I tried the same on a copy of the original file (without exporting comments), and it really messed up that file, although I'm guessing that it might have worked if the new name and old name had the same number of characters.

  • What Universe was used to create a report?

    Is there any way to tell what Universe was used to create a specific report, Also is there anyway to tell what Universe connection a specific Universe is using?
    Thanks
    jeff

    Hey Ted,
    Thanks but I got an error when I tried to do this. Here is the query that I used. Any thoughts?
    Select * from CI_APPOBJECTS WHere SI_KIND='Universe' And SI_CUID='<ASBJCyAKjL1FhG1pNAMsor4>'.
    and here is the error
    A potentially dangerous Request.Form value was detected from the client (sqlStmt="... SI_CUID='<ASBJCyAKjL1FhG1pNAM...").
    Description: Request Validation has detected a potentially dangerous client input value, and processing of the request has been aborted. This value may indicate an attempt to compromise the security of your application, such as a cross-site scripting attack. You can disable request validation by setting validateRequest=false in the Page directive or in the configuration section. However, it is strongly recommended that your application explicitly check all inputs in this case.
    Exception Details: System.Web.HttpRequestValidationException: A potentially dangerous Request.Form value was detected from the client (sqlStmt="... SI_CUID='<ASBJCyAKjL1FhG1pNAM...").
    Thank you!
    jeff

  • Edited/commented on PDF using Adobe Reader iphone 5 and e-mailed to myself so I could review on PC laptop.  I opened on laptop and although I could see the comment bubbles, I was not able to open them to see the comments.

    Edited/commented on PDF using Adobe Reader iphone 5 and e-mailed to myself so I could review on PC laptop.  I opened on laptop and although I could see the comment bubbles, I was not able to open them to see the comments.

    Back to life**
    Oh I know there are many other vocabulary mistakes but never mind them I was just too excited when I wrote all of that while typing very quickly
    P.S: if you have any question then ask and please do tell me if it works or not with u but I'm definitely sure it'll work so tell me this and we'll get excited together
    Also if you have an experience to share then do share it as well please.
    Peace

  • 3.1 Bug Report: "Enable Search" in Create SQL Report wizard

    Hi,
    when "Enable Search" is set to Yes in the "Create SQL Report" wizard, the label template of the page items is set to NULL, it should be "Optional Label" (the default of the theme).
    The PX_ROWS page item is not referenced in the "Number of Rows (Item)" property of the report. That means the user can choose what he wants, it never gets used.
    BTW, it would be useful to write the PX_ROWS into a user preference when the page gets submitted and based the source type on this preference.
    Thanks for looking into it.
    Patrick
    My APEX Blog: http://www.inside-oracle-apex.com/
    The APEX Builder Plugin: http://builderplugin.oracleapex.info/ New
    The ApexLib Framework: http://apexlib.sourceforge.net/

    Hi Christina,
    just noticed that the "Reset Pagination" process which is also generated by the wizard doesn't contain the request "Reset" in the Condition Expression 1
    -> Pressing the Reset button should always set the report to the beginning.
    Thanks
    Patrick
    My APEX Blog: http://www.inside-oracle-apex.com/
    The APEX Builder Plugin: http://builderplugin.oracleapex.info/
    The ApexLib Framework: http://apexlib.sourceforge.net/

  • Edits will not be saved. Any Edits made to the enterprise global template items are only available during this session.

    Hi,
    I am getting a pop-up message(Edits will not be saved. Any Edits made to the enterprise global template items are only available during this session.Make edits in checked-out enterprise global template to make them
    available for all users of this project server) when trying to insert a new column in the Gannt Chart View.
    Due to this what all are the columns that inserted in the project plan, will be lost when open the project in the next time.
    I have opened the Enterprise Global Template and cross checked for Gaant Chart view it is showing the table as "Entry" only.
    The requirement is what all columns are required for the project plan, manager will insert in the project first time. Next time on-wards it needs to be display the columns when opened the project from server by default.
    We are unable to reproduce this issue in our Dev Envt.
    Could anyone of you please help me.
    Thanks in Advance!
    Regards,
    Venkat

    Hi Venkat,
    I suggest to remove Gantt Chart view and Entry table from Eglobal. These are default views from client and it is highly recommended to not use them in Enterprise Global.
    Whatever a user ist doing on a view or table which is included in Enterprise Global will be reset on next open - therefore you receive this message.
    If you need some server wide defined views and tables, create them. But remove Gantt Chart and Entry.
    Does that help?
    Regards
    Barbara
    To increase the value of this forum, please mark the replies that helped to solve your issue as answer. If you find answers to questions from other forum participants to be helpful, please mark them as helpful. Your participation will help others to find
    an appropriate solution faster. Thanks for your support!

  • Vendor in Limit Order SC Template won't stay changed when creating PO.

    We are currently using SRM 4.0 in an extended classic Scenario.  The problem we have experience is as follows:
    User creates a SC with a Limit Order template that has a vendor already assigned.  Once the template is selected the vendor is then changed along with other information necesarry to create the SC.  The SC is then saved and approve and a PO is created.  The PO in the backend system (R/3) has the vendor that was originally on the template.  When pulling up the PO in SRM the vendor shows the vendor that was originally on the template as well but when clicking on the details button and going into the PO the PO shows the vendor that was changed at the time the SC was created.  So the vendor in SRM is correct but the vendor in the backend shows the original vendor which is not correct.
    Has anyone seen this issue?  Can you not use a template that already has a source of supplier and change it once it's use to create a SC?

    Hi Robert,
    I think,this issue is already resolved by SAP .
    Please look for OSS note on this issue.
    I have found notes which may be useful
    Note 708047 - Error when transferring items of old limit shopping baskets.
    Note 724261 - Limit: Error during creation of local purchase order
    SAP has provided an independent component for Limit PO,please give a blank search on that component with component.
    component :SRM-EBP-SCL
    regards,nishant
    please reward point if this helps.

Maybe you are looking for

  • How do i standardize the path of Adobe to open a PDF file?

    Hi all, In one of my forms, i have created a Text Item (named as PDF1 ) in which i will display the name of PDF file and also have created a check box (named as CH1 & put in the block 'PDFCHK' ). Here what i am doing is when i click on the check box,

  • BAPI_PO_CREATE1 example

    *& Report  ZCHARLI                                                     * *& Program demonstrates the BAPI call to create Purchase Order         * *& Minimum required parameters are used are as per the current         * *& system configuration        

  • Additional instalation for ABAP Webdynpro

    Dear Collegues, I'm on the way to decide which technology should I choose for company developing web application. I was wondering about PDK for .NET as the company has invested a lot in .NET technology so far. But I realized that it is possible to us

  • Acrobat Pro displays bitmapped when opening application. Do i need to re-install this?

    I recently bought Adobe Creative Cloud. I bought several of the applications for desk top publishing. The Adobe Acrobat Pro does not display very well. It appears bitmapped, nothing in the applicaiton seems shape. This is also seen in the high resolu

  • How to make a frame with components and JTextAreas on it?

    on the Window 98 System, when you press F1 on the keyboard, you will get a window(frame) where there are "buttons" and "textAreas". i would like to create a JFrame like that, but how to realize it? thanks a lot!!!