Including custom shapes in report

Hi,
I am using Web I XI R3.1 rich client. I have the requirement and would like to show the data in custom shapes in report like circles, curved rectangles etc.
The idea is instead of highlighting the complete row of condition in table i want to include the circle and highlight the circle with particular colour if condition is satisfied.
Please let me know if it is possible.
Thanks,
Eswar

I have not done it before but you can try following.
1. Have icon files (gif image) of required shares and store it on BO Server
2. not make a different column for shapes.
3. now create a variable and apply if then logic to show the respective image
4. put this variable in column and change it to show image ( i think there is property to show image url)
--Kuldeep

Similar Messages

  • SSRS reports : custom shapes

    Hello,
    I have to generate DOCX, XLSX and PDF format with custom shapes. Attached is a sample of the report expected. The shapes contain data from DB. The color of the shapes will vary depending on the data from DB. e.g. the shape can be gray in one report and can
    be green in another, depending on user selection.
    How can I create such a report using SSRS? Should the shapes be generated at runtime or I should add the shapes to the template? 
    If I add the shapes as image to the template, then how can I superimpose the text from the DB? also how Can I control thecolor?
    if SSRS is not the best way to do this please suggest.

    Hi RachanaD,
    Reporting Services provides a rich set of tools for building and publishing enterprise reports, managing security and subscriptions, and extending the reporting functionality through a comprehensive API. So if we want to extend existing functionality with
    alternative versions of controls that are already included with Reporting Services, we can custom some report items run-time component and design-time component that can be used in Report Builder.
    To custom a report item like polygons in Reporting Services 2008 R2, we should be familiar with Visual Studio and Microsoft Visual C#, and our system must meet the following requirements to use the PolygonsCRI sample:
    Microsoft SQL Server 2008 R2 with Reporting Services.
    Microsoft SQL Server Business Intelligence Development Studio.
    Microsoft Visual Studio 2008 or later.
    Microsoft .NET Framework 2.0.
    Reporting Services samples.
    A report server that you have permission to access on your network.
    Then we can refer to the following document to use the custom item in report:
    http://msftrsprodsamples.codeplex.com/wikipage?title=SS2008R2%21Custom%20Report%20Item%20Sample&referringTitle=Home
    Hope this helps.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • How to create Custom shapes in Crystal Reports ?

    All,
    i need to create two thickish semi circles like half donuts... each of the donut needs to be conditionally formatted depending on some values. am wondering is it possible to create half donuts ? or custom shapes for that matter to suit my requirement.

    here's what i would recommend and it's a bit of work:
    create a bunch of formulas that you can populate dynamically.
    @green
    if yourcondition1 then 1 else 0
    @red
    if yourcondition2 then 1 else 0
    @blue
    if yourcondition3 then 1 else 0
    etc.
    as Abhilash mentioned you need to use a Donut type chart. you create 1 formula for every colour that you want to use in the chart. you then add all of them as Show Values. you'll get a message / warning about adding all of the values but you can ignore that warning.
    now you have to manually colour each part of the chart. there is a Color Expert in the chart but i would not recommend using it as it is very limited. you are better off creating one series / show value in the chart for every colour that you use and populating those formulas conditionally.
    when you run the report, you need to ensure that only 2 of the formulas meet a TRUE condition. that way you'll have two halves all the time.
    -jamie

  • POSTING DATE RANGE INCLUDED IN CUSTOMER RECEIVABLE AGEING REPORT PLD

    Dear All,
    Please can you tell me how to print the posting date range selected in the parameter selection for Customer Receivable Ageing Report PLD.
    Thanks
    Gary

    Dear Rahul,
    I know that but it is really painful to develop the whole report in crystal where it is available in SAP itself. Imagine just for one requirement i will have to build the whole report in crystal. I think SAP should give flexibility to change the hard coded reports.
    Regards,
    Gary

  • How to Create the Custom print Quote Report ?

    Hi All,
    I want to create the custom Print Quote report . I know the below details and referred the below metalinks .
    Note: 780722.1 - How to Create a Custom Print Quote Template in Oracle Quoting ?
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=780722.1
    Note: 392728.1 - How to Modify the data source for the XML version of the Print Quote report
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=392728.1
    Note: 468982.1 - How To Customize The Asoprint.Xsl
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=468982.1.
    Oracle Metalink:
    Note: To add a column to the print quote report, following files need to be updated:
    LinesVO.xml --- xml files containing the sql query and attribute definition
    LinesVORowImpl.class - public class extending the framework class OAViewRowImpl.
    This class contains the set and get for the attributes defined in xml file.
    ASOPRINT.xsl - this is the xsl stylesheet file used to describe the report layout.
    This file needs to be modified to include the new column being added to the report
    QUESTION :
    My question is,
    1. wether my approach (below iare the details)of trying to extend the PromptVO is the right way or is there any other way to add the new columns.
    I want to add new fields on to the report . When i looked into the it says the below
    Here we find that to add a new column, oracle says to update the LINESVO.xml, do they really mean to update the base files.
    This report uses following VO's
    PROMPTVO
    HEADERVO,
    LINESVO.
    To create new Headers & Prompts, i tried extending the PROMPTVO. Once the extended VO is substitued , i dont even get the data for standard oracle Prompts. is this the right way to add columns?
    Thanks

    Hi All,
    I want to create the custom Print Quote report . I know the below details and referred the below metalinks .
    Note: 780722.1 - How to Create a Custom Print Quote Template in Oracle Quoting ?
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=780722.1
    Note: 392728.1 - How to Modify the data source for the XML version of the Print Quote report
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=392728.1
    Note: 468982.1 - How To Customize The Asoprint.Xsl
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=468982.1.
    Oracle Metalink:
    Note: To add a column to the print quote report, following files need to be updated:
    LinesVO.xml --- xml files containing the sql query and attribute definition
    LinesVORowImpl.class - public class extending the framework class OAViewRowImpl.
    This class contains the set and get for the attributes defined in xml file.
    ASOPRINT.xsl - this is the xsl stylesheet file used to describe the report layout.
    This file needs to be modified to include the new column being added to the report
    QUESTION :
    My question is,
    1. wether my approach (below iare the details)of trying to extend the PromptVO is the right way or is there any other way to add the new columns.
    I want to add new fields on to the report . When i looked into the it says the below
    Here we find that to add a new column, oracle says to update the LINESVO.xml, do they really mean to update the base files.
    This report uses following VO's
    PROMPTVO
    HEADERVO,
    LINESVO.
    To create new Headers & Prompts, i tried extending the PROMPTVO. Once the extended VO is substitued , i dont even get the data for standard oracle Prompts. is this the right way to add columns?
    Thanks

  • Could not complete the define custom shape command because of program error

    I am using the pen tool to draw a shape and then select it to create a custom shape. I use path: edit - define custom shape = "could not complete the define custom shape command because of program error"
    The error message appears once I click the define button.

    Also, I solved this another way, seems to happen to me often. I click on the path panel, near layers panel and clicked on 'load path as a selection' (3rd icon on bottom from left), then click 'make work path from selection' (4th icon on bottom from left). Then you will see that the whole work area is part of the selection, including your desired shape/path. In order to change this, just select 'path selection' tool and highlight each corner and delete each point from each corner, then you are left with the desired selection to create a shape. I am self taught and this seem unorthodox, but it works.

  • Adding fileds to customer line items report  (RFITEMAR)

    Hi all,
             I am modifying a customer line items report<b>(RFITEMAR).</b> I have to add two fields to a structure <b>(rfposxext).</b> I have completed this task. But the problem is how to populate these two fields. I am not able to find the select statements in this report to add these two fields. Any one can help me in this issue.....Thanks in advance

    Hi Kalyan
    In the include "RFITEM_INC",
    Routine "reate_performance_tables" exists where they are assigning "fposxext" to a field-symbol.
    Add you fields after:
            gd_pos_reduced-bukrs = <lfs_pos>-bukrs.
            gd_pos_reduced-belnr = <lfs_pos>-belnr.
            gd_pos_reduced-gjahr = <lfs_pos>-gjahr.
            gd_pos_reduced-buzei = <lfs_pos>-buzei.
            gd_pos_reduced-budat = <lfs_pos>-budat.
    add:
            gd_pos_reduced-xxx = <lfs_pos>-xxx.
    regards,
    Dharitree

  • Provison for including Territories in aging reports

    Hi Development Experts,
    At present I am working on a SBO 8.8 PL 04 Ramp Up Project, where I come across the requirement of Territory wise customer receivable - Aging.
    I beleive as there is provison for selecting/mentioning/mapping Territory against each BP in BP master it will be a greate feature offering by including Territory in aging reports.Where in Territories should be asked as input parameter and outcome report should be shown as per Terretory Hierchy.
    BR
    Samir Gandhi

    No Body responded very strange !!!!!

  • Customer Receivable Aging report - customer Address

    Hi ,
    when i am doing print preview by using the selection one customer per page and i have captured customer address also now i want the customer address to reflect on every page as same of customer.
    Thanks & Regards-
    Monica Karani

    It is not possible to include customer address in the B1 aging report. You must customize the report using crystal report or microsoft reporting service.
    JImM

  • Define Custom Shape doesn't work in Photoshop CS5

    It seems to be impossible to Define Custom Shape in Photoshop CS5. This option in Edit menu always remains grayed out...
    Can anyone check and see if this is the case in your own installation of the program?
    Very same procedure works in Photoshop CS4 just fine, but not in CS5...

    Hi Fox,
    I think you might just have found a bug there. I've reported it upstairs.

  • How to include Customer Name in VA15N

    Hi All,
            The standard report VA15N does'nt include customer name.User wants the customer name aslo to be included in the report.Kindly suggest how to include the customer name in the standard report or any other alternative.
    Regards,
    Venugopal

    Hi Venugopal,
    You can use the sold to party field fiield for your requirement.
    Press f4, you will get a pop up to select customer depending on various selection criteria including customer name.
    If can enter the customer name, which will sort out the sold to party number whihc you can use.
    If this is not wat is required you have to copy the transaction and create a new Zreport.
    Hope this helps you.
    Thanks
    Arun

  • Error in standard Customer Listing Summary report

    I have three questions about this report.
    1) Has this report by chance been deprecated? All of the environments that I have checked have the customer listing summary (and detail) concurrent program as NOT enabled. We are on oracle applications version 11.5.10.2.
    2) When I try to run the report wide open it fails with the message "process terminated by signal 10". I figure this is due to the fact there are over 1 million customers in the table and the server is running out of memory or something of that nature. Any other ideas as to why I'm receiving this error?
    3) The report will complete successfully if you include some parameters. I used customer number in this case and it worked; however, when I tried customer name low and customer name high. Any value I choose would result in the following error: REP-0091: Invalid value for parameter 'P_CUSTOMER_NAME_LOW', which seems to point to a data type error. I checked the value set, AR_CUSTOMER_NAME, and it has a char data type of size 360 which matches the data type varchar2 and size 360 of the database column, hz_cust_accounts.party_name. Any suggestions as to why I am receiving this error?

    1) Has this report by chance been deprecated? All of the environments that I have checked have the customer listing summary (and detail) concurrent program as NOT enabled. We are on oracle applications version 11.5.10.2.I believe not.
    XML Publisher and Concurrent Manager Integration [ID 276691.1]
    Publishing Concurrent Requests with XML Publisher [ID 295409.1]
    Customer Open Balance Report APPS-FND-01030 customer name ... is longer than maximum length 50 characters [ID 1118825.1]
    Why does Customer Name LOV parameter in Autoinvoice Import Program Gives APP-FND-01564: ORACLE error 24345 in fdlget? [ID 1058105.1]
    2) When I try to run the report wide open it fails with the message "process terminated by signal 10". I figure this is due to the fact there are over 1 million customers in the table and the server is running out of memory or something of that nature. Any other ideas as to why I'm receiving this error?Please check the CM/OPP log files for any errors.
    3) The report will complete successfully if you include some parameters. I used customer number in this case and it worked; however, when I tried customer name low and customer name high. Any value I choose would result in the following error: REP-0091: Invalid value for parameter 'P_CUSTOMER_NAME_LOW', which seems to point to a data type error. I checked the value set, AR_CUSTOMER_NAME, and it has a char data type of size 360 which matches the data type varchar2 and size 360 of the database column, hz_cust_accounts.party_name. Any suggestions as to why I am receiving this error?See if (When Customer Names Greater Than 50 Characters, Reports With This Parameter Have No Output Or Error [ID 307979.1]) helps.
    Thanks,
    Hussein

  • Custom shape tools

    Windows Vista Ultimate, PSE 6.0 I am trying to find out where to go to download additonal custom shapes and incoporate into the custom shape tool. Reference ELEMENTS TECHNIQUES magazine Vol. 5, #1,article on page28 uses the custom shape tool but the menue shown contains considerably more preset shapes than the one in my PSE 6.0. If there are more shapes than the 30 shapes shown on my menue somewhere in PSE 6 then I don't know how to access them. When I go to downloads where I would have expected to see "freebies like this" the only thing that turns up is a free trial of PSE6. If there is a source to buy from then that would be helpful. What about other plugins beyond those included in the original PSE6?
    I hope this is the right place/forum to post these types of questions

    Thank you very much Barbra, they are there just like you stated. The way my screen was tilted I could not see the arrows. I actually find the grey on black format of this program a bit hard to see, I wonder why they did not put items like these little arrows in a more contrasting color like pink or green or red. Another issue.
    thank you again and have a good day

  • Customer / Vendor Aging Report

    Hi,
    It´s important to consider the next filter or selection criteria for the reports:
    -. Customer and Vendor Aging Reports
    Filters:
    -. by Sales Employee (Customer Aging)
    -. by Buyer (Vendor Aging)
    regards

    Hello Humberto,
    New selection criteria of Sales Employee/Buyer is part of enhancements of Aging Reports in SAP Business One 8.8 release.
    When you generate the aging report in v8.8:
    u2022 You can group the report by customer or sales employee in the customer receivables aging report, and by vendor or buyer in the vendor liabilities aging report.
    u2022 You can specify more flexible time interval. For the time interval Days, 4 new fields are added for you to specify the duration.
    u2022 You can hide the Future Remit column on the report by choosing Ignore Future Remit.
    u2022 When the aging report has been generated, you can view multicustomer/multivendor detailed information in the aging report window. There is no need to double-click each customer/vendor row to view the details.
    Peter Dominik
    B1 Solution Management

  • Customer line item report with GL account display

    Hi
    Please guide some customer reports for the following
    Client need a Customer Line item reports with Customer number and repective gl account for each line items.
    for ex: Product A/c xxxxxx
              To Sales A/c xxxxxx(recon A/c)
    Thanks in advance

    Hi
    1.FBL5N -  Customer Line item Display (Customer Line item reports with Customer number )
    2.FBL1N - Vendor Line item Display
    3.FBL3N - General Ledger Line item Display
    The sales entry will be
         DR  Customer - to view this entry FBL5N
               CR Sales - to view this entry FBL3N
    Hope this will be usefull

Maybe you are looking for

  • How to find system time.

    Hi, Please let me know the SQL query to find the system time. I am using a Windows server with Oracle 9.2.0.1.0 . Regards, Santhosh

  • In Mail, my preview of incoming emails changed to one line only.  How can I get the bigger view?

    My view of emails has changed suddenly to only one line.  It used to be a bigger window, allowing me to read part of the body of the email, while viewing all new emails....how can I get that view back?  Is that a long header?  I try to click on long

  • Vendor Payment Refund

    Dear Experts: One of our vendor submitting their invoice to us along with some charges which is refundable. Presently, we are practicing vendor payment process through Shipment cost and MIRO. If we pay them full invoice amount then how we will manage

  • Java script button only works once?

    I am a novice with JavaScript, but Edge Animate seems like it might be a tool that I can work with. I have created pages using symbols with simple in/out slide animations using  JavaScript.  They are triggered on the buttons with the following code:

  • Hi regarding STO process

    Hi Experts, I created STO, transfer posting, goods receipt, materials documents for both transfer posting and goods receipt. can any one please suggest the process after this? Regards, Swathi