Product Comparison Table

I noticed a very nice product comparison table that
apparently was developed using Flash at Westinghouse Digital
Electronics.
Link
Any suggestions on how this was created or references of a
developer that could create something similiar would be
appreciated.
Thanks!

Originally posted by: jasonweathersby.windstream.net
Galen,
That document is wrong. The engine is multi threaded. The document
should say something about multi-priority Queuing.
Jason
Galen Boyer wrote:
> Hi,
>
> I was reviewing the following URL,
> http://www.birt-exchange.com/be/download/deployment-product- comparison-table.pdf
>
>
> In the table with row of "Multi-threaded", only "Actuate IServer
> Enterprise" is checked. What does not being checked in the other
> choices actually mean? Is BIRT single-threaded for other choices?
>

Similar Messages

  • Creating a Comparison Table - Spry?

    Hi all,
    Does anybody know where I could find some info or insight to
    creating a comparison table. Basically, I would like to have two
    dropdown boxes with products in them and once they are both
    selected, a list of comparable data will be displayed?
    Thanks,
    D

    Can we directly give the path (say C:\temp) directly in the external table creation No, not possible. It defeats the whole purpose of directory objects and security.

  • Creating a Product Comparison Chart

    Hello,
    I was wondering if anyone had any suggestions about where I could find resourses/tutorials on how to create product comparison charts for a website?  I have some very basic knowledge of php and MySQL so is this something I could learn on my own or should I download some kind of plugin for it?
    Thank you!

    Why not use a table the way Adobe did for this Product Comparison Chart?
    http://www.adobe.com/products/creativesuite/buying-guide.html
    Nancy O.

  • Determine of Tax Code for Country/Product Category - Table handling

    Dear Experts,
    in SRM 7.0, CS, i am facing the following requirement regarding tax codes:
    We have users from different countries using SRM. These different countries have different tax codes that are to be used for legal reasons.
    My question is, how i can achieve a system behaviour, by which in the shopping cart, the correct tax codes gets selected automatically, based on the country of the user, who is creating the shopping cart.
    Question 1:
    Is it correct to assume, that this requirement can be achieved by maintaining the "Determine of Tax Code for Country/Product Category" - Table?
    Q2:
    What is the purpose of the 1st column of the above mentioned table, "Domestic/International Indicator"? Can it be left blank?
    Q3:
    Is it possible to fill in the values for the field "Country" BUT to leave the field "Category ID" empty???The reason for asking it, that otherwise several hundreds entries would have to be maintaind manaully...
    Q4:
    From where in the shopping cart or ppoma settings is the system fetching the Country code, in order to be able to use it in the table? Is there any specific attribute maintenance that has to be taken care of, so the above mentioned table can be used (e.g. delivery address, including the country information)?
    Thank you very much for your help in understanding the topic.

    Hi
    Here are my responses to your questions:
    Question 1:
    Is it correct to assume, that this requirement can be achieved by maintaining the "Determine of Tax Code for Country/Product Category" - Table?
    Answer -  If you have a requirement where different countries have different tax codes, then you do need this confiugration. Otherwise Configuraiton in Enter Tax Code  are sufficient.
    Q2:
    What is the purpose of the 1st column of the above mentioned table, "Domestic/International Indicator"? Can it be left blank?
    Answer - Sometimes you have different codes for International and Domestic purchases for a product Category. IN those situations you can select Domestic/International field to differentiate btw tax codes. Otherwise this field can be left blank
    Q3:
    Is it possible to fill in the values for the field "Country" BUT to leave the field "Category ID" empty???The reason for asking it, that otherwise several hundreds entries would have to be maintaind manaully...
    Answer - No, if you enter country, then Category Id field is mandatory. You may enter * in case you dont have multiple backend systems. otherwise you will ve to ve individual entries for each category and backend system.
    Q4:
    From where in the shopping cart or ppoma settings is the system fetching the Country code, in order to be able to use it in the table? Is there any specific attribute maintenance that has to be taken care of, so the above mentioned table can be used (e.g. delivery address, including the country information)?
    Answer - It is picked up from the address of the user where is will receive goods. and Domestic/International will be decided based on Vendor address with reference to thta address.
    I hope my responses clarify your doubts.
    Regards
    Virender Singh

  • Clear the History Data Automatically in Production Planning Table MF50

    Dear Friends,
    I have the problem to set the Production Planning Table (Txn MF50) to
    clear the history data automatically. Currently, all the history data
    in the planning table has to be cleared manually.
    Appreciate your help.
    Rgds
    Zahari Yusof

    instead of just removing the whole history like private browsing do, i just want to remove browsing/download history and form&search. i didn't want to remove cookies and active logins, heheh. thank you

  • CRM PRODUCT BAPI + TABLES

    Hi,
    Can any one help me or give me some clue from where we can find all the Product related BAPI's in the CRM ?
    Also give me the names of the Product related Tables in CRM Data base.
    Points will be rewarded for helpful answers.
    Thanks,
    Samantak.

    Hi Ankan,
    Thanks for your prompt reply. But it would of great help if you provide some details about the CRM Product related BAPI's and the type of BAPI's available.
    I have to write BAPI Wrapper with the help of existing BAPI's.
    Thanks in advance.
    Samantak.

  • Product comparison color swatches

    Hello Everyone,
    I am implementing Product Comparison page. So i have to display color swatches in every product.
    I am using most of Out-Of-The-Box features to product comparison.
    In the repository level i have created clothing-sku and added to a product.
    Then i used /atg/store/droplet/ColorSizeDroplet to list down available color segments for given product.
    Still it returns empty color list.
    Please share solutions if you came across such issues.
    I have one JSP pages. It has both add/remove products and compare products.
    Following is my ProductComparison.jsp ( Included droplet content )
    // This to add product to comparison list.
    <dsp:importbean bean="/atg/commerce/catalog/comparison/ProductList" />
    <dsp:importbean bean="/atg/commerce/catalog/comparison/ProductListContains" />
    <dsp:importbean bean="/atg/commerce/catalog/comparison/ProductListHandler" />
    <dsp:form action="MobileDevicesPhonesComparison.jsp" method="POST" id="form1">
    <dsp:droplet name="ProductListContains">
           <dsp:param name="productList" bean="ProductList" />
          <dsp:param name="productID" value="50811121" />
           <dsp:oparam name="true">
                <dsp:input bean="ProductListHandler.productID" paramvalue="productID" type="text" />
                <dsp:input bean="ProductListHandler.removeProduct" value="Remove from comparison list" type="submit" />
            </dsp:oparam>
             <dsp:oparam name="false">
                 <dsp:input bean="ProductListHandler.productID" paramvalue="productID" type="text" />
                 <dsp:input bean="ProductListHandler.addProduct" value="Add to comparison list" type="submit" />
              </dsp:oparam>
      </dsp:droplet>
      </dsp:form>
    // This to display color segments.
    <dsp:droplet name="/atg/store/droplet/ColorSizeDroplet">
          <dsp:param name="skus" param="product.childSKUs" />
           <dsp:param name="product" param="product" />
           <dsp:param name="elementName" value="colorObject" />
                 <dsp:oparam name="output">
                       <dsp:droplet name="/atg/dynamo/droplet/ForEach">
                        <dsp:param name="array" param="colorObject" />
                         <dsp:oparam name="output">
                                      colors found
                           </dsp:oparam>
                           <dsp:oparam name="empty">
                                       empty clothing sku found
                           </dsp:oparam>
                        </dsp:droplet>
                 </dsp:oparam>
                 <dsp:oparam name="empty">
                        No clothing sku found
                 </dsp:oparam>
          </dsp:droplet>
    Still it returns empty color list.
    Thanks
    saminda

    I have never used this droplet.
    I am not able to find any parameter named elementName in it's api docs .
    ColorSizeDroplet (ATG Commerce Reference Store API)
    Oracle ATG Web Commerce - Product Detail Pages
    Try this:
    <dsp:droplet name="/atg/store/droplet/ColorSizeDroplet">
          <dsp:param name="skus" param="product.childSKUs" />
           <dsp:param name="product" param="product" />
           <dsp:param name="elementName" value="colorObject" />
                 <dsp:oparam name="output">
                       <dsp:droplet name="/atg/dynamo/droplet/ForEach">
                        <dsp:param name="array" param="color" />
                         <dsp:oparam name="output">
                                      colors found
                           </dsp:oparam>
                           <dsp:oparam name="empty">
                                       empty clothing sku found
                           </dsp:oparam>
                        </dsp:droplet>
                 </dsp:oparam>
                 <dsp:oparam name="empty">
                        No clothing sku found
                 </dsp:oparam>
          </dsp:droplet>
    I think it should work,
    If it doesn't work, enable logdebug, It will help u to trace the problem.
    Regards,
    Nitin.

  • After F4 selection ,where can i filter the product result table

    I have created  F4 help for product search in Web U for extra field
    Component:PRD01QR and view:Search Help under context node :SEARCH..
    1)After selecting the value from f4,From where can i get the selected value inside the program
    2)How can i use this value to filter the product result table
    Please-help urgent

    I tried the above methods but still cant resolve..
    Am able to get the help value and internal table result. but when i put value to my custom field using f4 help and press search it going to this query
    OPEN CURSOR WITH HOLD lv_cursor FOR
             SELECT prod~product_guid
                    prod~logsys
                    prod~product_id
                    prod~product_type
                    prod~config
                    prod~xnosearch
                    prod~object_family
                    prod~batch_dedicated
                    prod~competitor_prod
             FROM  COMM_PRODUCT as prod   INNER JOIN COMM_PR_FRG_REL  as COMM_PR_FRG_REL0  on COMM_PR_FRG_REL0product_guid = prodproduct_guid  AND CO
             CLIENT SPECIFIED
             WHERE
                 prod~client      = sy-mandt                  AND
                 batch_dedicated  IN gt_batch_dedicated_range AND
                 competitor_prod  IN gt_competitor_range      AND
                 config           IN gt_config_range          AND
                 prod~logsys      IN gt_logsys_range          AND
                 object_family    IN gt_object_family_range   AND
                 product_id       IN gt_product_id_range      AND
                 product_type     IN gt_product_type_range    AND
                 (gt_where).
    here get_where has value
    ZSECTION_SET~ZZ0010 = 'S'
    which is my field value.At this point internal table is going blank and search fails.

  • Is there a comparison table between pdf format?

    Is there a comparison table between pdf formats from pdf 1.2 to 1.7?
    What are the new features in every fomat?
    Can anyone point me in the right direction...

    The PDF Reference has very detailed information, on everything in PDF,
    about what release it came from.
    Aandi Inston

  • Product Planning Table

    In the Product Planning Table (/SAPAPO/PPT1), Product View: Periodic we see the caption Make-to-Stock Production which is the Requirement strategy.How can we hide the caption (requirement strategy) in the PPT1.

    Dear Rekha Panicker,
    In user setting in product planning table, go through Product 2 -> Forecast then you will find the row description section.
    Delete the number marked in "Desc.plg strat.".
    Hope this would help you.
    Beragrds,
    Lee, Seung Won

  • Which Acrobat 9 product? Table of Contents & Index "jump" to page

    I would like to create a document in Microsoft Word 2008 for Mac (version 12.1.0) that will have a table of contents as well as an index. When I convert this document into a PDF format, I would like the table of contents as well as the index to be "active", in that the user will be able to click on a topic or index reference, and then jump automatically to that page in the PDF document. The PDF document will be loaded on my website.
    Which Adobe Acrobat 9 product will provide this functionality?
    Thanks!

    Margie,
    There is not product that will do this for Microsoft word from Adobe on
    a Mac. If MS Word 2008 has its own pdf capabilities, you might see if it
    will do it on its own. BTW, there is only one Acrobat product on the
    Mac---Acrobat Pro. There are several versions for Windows.
    Mike

  • Small Product page table format issues with unused sections

    Hello All,
    I hope someone can help me to identify what it is I may be doing wrong with my Small Product catalog pages. I have this issue where I have unused sections or blanks where normally product images/detail would be. I think this may be coming from my Product titles which use more than two lines of characters and those products that I have on sale where the listed price is lined through with a new price below(additional row of text) where the product is taking more hieght area than the norm. It seems to be pushing the other products farther over/down to another column/row. I'm sure it is somelthing that I have wrong with the way the table is setup for managing the hight of each product area dynamically, but I am new to this so not sure what to address it in the code.
    here is a link to one of the problem pages showing the issue:
    http://tigressartscomics.com/cgc-graded-comics
    Any help would be greatly appreciated.
    Thanks,
    Kennedy

    Hi Mike,
    Actually I just realized that by adding that height code to my css the Stock qty and add to cart button are no longer visible. I even tried increasing the height to a ridiculous amount to see if the value was just not large enough to show it, but still no stock and add to cart button...just a lot of blank space under the items.
    Any idea what may be causing that?
    Thanks,
    Kennedy

  • Restricting user to maintain entries in production through table maintenanc

    Dear All,
    I have created one table maintenance generator.
    I am sending entries of table to quality and production server through transport request.
    But user can directly maintain the entries in quality and production server also.
    I want to restrict user that he will not be allowed to maintain the entries directly in quality and production server and entries always go through transport request from development to quality and production server.
    Any idea how to restrict user to maintain entries in quality and production server.
    Any pointers will be helpful and appreciated.
    Kind Regards,
    Tarun

    Hi tarun,
    for your requirement you have to create events(create new entry) in table maintanace generator for creating new entry.
    create 05 event and give suroutine name as new_entry.
    form new_entry.
    message 'authorizatioh restricted for creating new entry' type 'E'.
    or
    create authorization objects then give authorization for perticular user for maintaining data in the table
    by creating authorization objects.
    endform.
    you can also refer below link for how to create events in TMG.
    https://forums.sdn.sap.com/click.jspa?searchID=-1&messageID=7246565
    Regards,'
    Peranandam
    Edited by: peranandam chinnathambi on Apr 1, 2009 4:55 PM

  • Cartision product for table

    Hi All,
    Can we introduce cartision product in ODI interface?
    For example
    select empno,ename from emp,(select level nos from dual connect by level<=4)
    where empno=7839;
    It will show the four rows for empno=7839.
    We did this thing through procedure which is populating staging table, then used interface for integration between staging area and target tables.
    But there must be some solution in ODI so that we can genrate cartitsion product may be we are not aware about this.
    Thanks a lot for your help.

    Hi,
    If your requirement it to produce a Cartesian product then grag and drop your 2 source table ( for example EMP and DEPT) table into your interface. ODI will automatically detect PK-FK relationship between those 2 table.
    You will see the following join condition
    EMP.DEPTNO=DEPT.DEPTNO
    Goto the properties tab and check "Cross Join"
    It will remove the above join condition and while loading the C$ table it will use some thing similar to following
    select     
         <column_name>
    from     DEPT , EMP
    where     (1=1)
    which will produce a Cartesian product .
    Thanks,
    Sutirtha

  • CRM Product master table

    Hi all,
           Can you please let me know tables related with products(created) in CRM.
    Thank you and regards,
    spr

    Hi Shailaja,
                The title was DYNPRO_NOT_FOUND.
    the error message was..
    The current ABAP program "SAPLCOM_PRODUCT_DETAIL_UI_2 " had to be terminated  because one of the statements could not be executed.This is probably due to an error in the ABAP program.
    The program had to be terminated.
    and ask me to check the notes related with.
    "DYNPRO_NOT_FOUND" C                                           
    "SAPLCOM_PRODUCT_DETAIL_UI_2 " or "LCOM_PRODUCT_DETAIL_UI_2O02 "
    "SET_ALTID_EDITABLE"                                           
    I suppose there i made mistake regading making active or inactive while saving the product.
    Also I cannot run COMMPR01 transaction code to check the product.
    Thank you and regards,
    spr

Maybe you are looking for

  • How to use CALL FUNCTION '/1BCDWB/SF00000014' in smartform

    hiiiiiiiii Iam doing classical report n i want my output to be printed in smartform. So my output is in IT_FINAL table.In smartform in Form Interface Table column i had declare ::: Parameter Name: IT_FINAL Type Assignment:LIKE Associated Type:ZSD_FIN

  • InDesign Crashes while placing images on document.

    Hi All, I am facing problem and i am stuck at this point. I download an image in a folder and place it in graphic box using IImportExportFacade's ImportAndLoadPlaceGun method it is working fine, but when i delete placed image from folder then it beco

  • Flush shared pool in 8i

    Is it possible to clear the buffers in 8i? I tired but getting this error: 16:25:00 SQL> alter system flush shared_pool; alter system flush shared_pool ERROR at line 1: ORA-02000: missing SHARED_POOL keyword

  • Safe to share /home with another os or is there a better way?

    I have an nfs exported /home folder which I use for /home under opensuse on this machine, wondering if it would be a bad idea to mount it as the arch /home Perhaps it'd be better or maybe safer to mount it somewhere else and then use either symlinks

  • Formatted Search Supplier Ref# A/P Invoice

    I would like to do an FMS to search for existing supplier ref #s by supplier. This is to save the users keying the entire A/P Invoice and only finding out it has been entered when it is added. I can display existing supplier refs... SELECT T0.[NumAtC