Storing custom Palette for graph Data

Post Author: lkane
CA Forum: WebIntelligence Reporting
Is there a place to set up and store a custom color Palette for graph data so that it is quickly accessible for all WebBI reports? We use a specific palette for all our charts and with > 60 reports to build that utilize it, it gets pretty old to set this in every report.

Post Author: lkane
CA Forum: WebIntelligence Reporting
Is there a place to set up and store a custom color Palette for graph data so that it is quickly accessible for all WebBI reports? We use a specific palette for all our charts and with > 60 reports to build that utilize it, it gets pretty old to set this in every report.

Similar Messages

  • Custom palette for vi's not under LabVIEW

    i've created a very nice custom palette for our vi's. i've created dir.mnu files for each directory. everything is ok if the user installs the vi's under instr.lib.
    however, our installer has the option of installing them some place. if the the vi's/mnu files are not installed under the LabVIEW directories, our vi's don't show up on the palette.
    is there any way of telling LabVIEW where these files are so they show up?

    TCPlomp wrote:
    But you will lose the possibility to install in a custom location.
    Ton
    This is true. However what JKI Package Manager will do for you is to automate and manage the process of adding the VIs to the LabVIEW directories. The source code itself can be saved in an external source code control system and the development can take in wahtever directory you would like. The deployed versions/packages would be added to the NI directories. Is there a particular reason the files should be stored in a custom directory?
    Mark Yedinak
    "Does anyone know where the love of God goes when the waves turn the minutes to hours?"
    Wreck of the Edmund Fitzgerald - Gordon Lightfoot

  • Custom Control for 2D data

    Hi,
    I want to develop a new Control/Indicator for 2D data, i.e. 2D points. My idea is to
    display a canvas with the current point and let the user drag it. Somehow it would
    thus be analogous to the common slider for 1D data.
    I'm quite new to Labview, so I don't really know how to address this question best.
    Should I customizing an existing control? I found some examples on that, but could
    not find a way how to link two inputs to the visual state, in other words, how to move
    the point on the canvas depending on the two input data.
    Or do I need to use an XControl?
    Sorry if this question is trivial or has been asked before, but I could not find a satisfying
    answer.
    Best wishes,
    Bene

    I bet this is somewhat the same as you need. try the link.
    How to create 2d slider?
    Ivel R. | CLAD

  • Storing multipl values for meta data in DOCUMENT_META_DATA

    Hi,
    We currently have 3 content types in our system: news, announcements, and events.
    They are currently stored in 3 different tables. We want to make this content
    available via the various CM (select) and PZ tags (contentquery, contentselector).
    I'd like to avoid writing my own doc provider (file:///D:/bea7/weblogic700/wlp/docs70/dev/conmgmt.htm#999019)
    and instead would like to begin to publish document data directly to the reference
    implementation tables (DOCUMENT and DOCUMENT_METADATA).
    It seems like I should be able to do that with one exception. It doesn't seem
    like we can store multiple values for meta data attributes. If you take the out
    of the box p13n example, a lot of the data is tagged with 'genre' = Something
    (i.e. Rock, Hip-hop, etc). Then content queries use this genre to personalize
    pages.
    What if I have a band that has multiple genres? What if I want to tag my band
    as Rock and Hip-hop? And then also want that band to appear on both a Rock lovers
    and a Hip hop groupies page? Is this possible with the default implementation?
    I know when I tried entering multiple 'genre' meta data values for a same document
    ID, it gave me a PK constraint violation. Any other trick around this?
    Thanks,
    Will Young
    ps. using weblogic 7...

    Yes Subler http://code.google.com/p/subler/ does support adding the HD tag.
    On the Mac I wouldn't use anything but Subler for tagging, best UI, best metadata lookup, best underlying libraries for mp4 files (I'm biased on the libraries part).
    Cheers Ed.

  • Req. for Graph Data set

    Hi all,
    I am in need of a graph data set with the format as: graph name, x coordinate and y coordinate.
    I will appreciate if anybody having this, pl. send it to me. Send some help like, the link address where I can download or an idea how to generate it.
    Thanks in advance,
    Shaw.

    Thank you for your quick response.  I have tried this and got two tables but only input per given time.  Her is an example below of what data needs to be inputted. 
    Todays date
    112.5
    0.004758855
    225
    0.003022459
    337.5
    0.005110742
    450
    0.006503629
    562.5
    0.008989879
    675
    0.007626316
    787.5
    0.003847718
    900
    0.00263287
    1012.5
    0.001321671
    1125
    0.00139917
    1237.5
    0.00314185
    1350
    0.006394711
    1462.5
    0.012263686
    1575
    0.010973433
    1687.5
    0.001998216
    1800
    0.001878826
    1912.5
    0.002599357
    There are 3600 lines of this...all grouped in one moment in time.

  • WUI Specification - How to Define Custom Subview for General Data?

    SAP System Component Ver.: EHP6 FOR SAP ERP 6.0
    In relation to Customizing activity "Define Subviews for General Data" under Logistics - General > Product Lifecycle Management (PLM) > PLM Web User Interface > Recipe Development > Specification Management > Specification > Specification Master
    General Data - Specification Management - SAP Library
    If possible, what is the best approach to add a Custom Subview?
    So far, I've done the ff.:
    1. Create Custom Subview ZWDC (Implemented interface = IF_FPM_UI_BUILDING_BLOCK) and its Z config
    2. Append a fixed value to standard SAP Domain /PLMB/SPC_TAB_HEAD (ex. ZSUBVIEW)
    3. Specify subview ZSUBVIEW to be displayed according to the specification type in the Customizing activity (above)
    4. Create enhancement implementation in standard SAP Component Configuration /PLMU/WDC_SPC_OIF_CFG (in /PLMU/WDA_SPC_OIF: /PLMU/WDA_SPC_OIF_CFG)
    5. Add Subview ZSUBVIEW under Main View General Data.
    After saving the step 5 above, the system automatically renamed the Subview ID entered.
    Ex. ZSUBVIEW became ZSUBVIEW_0050568F00051EE480A96E03E55B9E5E
    When I ran Display Specification in WUI for the Spec Type where subview ZSUBVIEW has been defined, the ZSUBVIEW does not appear.
    My hunch is that it is caused by /PLMU/WDC_SPC_OIF_CFG Subview ID (i.e. system-generated ZSUBVIEW_0050568F00051EE480A96E03E55B9E5E) not matching the "Define Subviews for General Data" setting in Customizing (i.e. ZSUBVIEW).
    As Alternative solution, I changed step 4 above by creating Z copies of the std app config /PLMU/WDA_SPC_OIF_CFG and comp config /PLMU/WDC_SPC_OIF_CFG, before doing step 5. In step 5, the system did not automatically rename the Subview ID entered. An additional step (6) is to change settings via transaction LPD_CUST, for app /PLMU/WDA_SPC_OIF config from /PLMU/WDA_SPC_OIF_CFG to the Z copy. With this, the ZSUBVIEW appears.
    I would still prefer the enhancement implementation but I couldn't make it work and don't know what I'm missing. Any expert thoughts/inputs out there?
    Thanks in advance.

    Yes its something on the similar lines but looks like this comparator needs to be at some specific place.
    I tried to implement comparator interface in the custom domain data type class but it still throws the same exception.
    Looks like RowComparator needs to be defined somewhere. any idea where?
    The complete exception is below:
    Caused by: oracle.jbo.JboException: Cannot find compare routines for test.MyString
         at oracle.jbo.RowComparator.compareValues(RowComparator.java:108)
         at oracle.jbo.RowComparator.compareRows(RowComparator.java:146)
         at oracle.jbo.RowComparator.compare(RowComparator.java:158)
         at java.util.Arrays.mergeSort(Arrays.java:1270)
         at java.util.Arrays.mergeSort(Arrays.java:1281)
         at java.util.Arrays.mergeSort(Arrays.java:1281)
         at java.util.Arrays.sort(Arrays.java:1210)
         at oracle.jbo.server.ViewObjectImpl.sortRows(ViewObjectImpl.java:6752)
         at oracle.jbo.server.QueryCollection.sortRows(QueryCollection.java:995)
         at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:1177)
         at oracle.jbo.server.ViewRowSetImpl.executeQueryForMasters(ViewRowSetImpl.java:1331)
         at oracle.jbo.server.ViewRowSetImpl.executeQueryForMode(ViewRowSetImpl.java:1249)
         at oracle.jbo.server.ViewRowSetImpl.executeQuery(ViewRowSetImpl.java:1243)
         at oracle.jbo.server.ViewObjectImpl.executeQuery(ViewObjectImpl.java:6715)
         at org.calwin.view.bean.Table.tableSorting(Table.java:46)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)

  • Custom Filename for Export Data from a Query

    Hi,
    Would like to define a custom filename for the file to be download as a csv from the web query, Is it possible?
    Regards
    Chocks

    This is not possible, it will be system generated.

  • How to build customized screens for Master Data Users

    Hi all,
    I need to build screens on top of centrally managed master data hub (Data Manager). I want to confirm following
    1) Should I go with Guided procedure (CAF) and pre defined Portal contains provided by SAP for MDM?
    2) Should I use Java API's provided with SAP MDM.
    License is not al all the issue. We have the entire NW components in place. But not sure what to use and what are the advantages/disadv???
    Please share your views....
    Thx,
    R.n

    Hi,
    I would suggest GP would be easier and in this you can integrate with ur customised objects also.
    Vinay

  • Call Bundling for custom bapi for mass data processing

    Hi all,
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/4c/4c0e96725311d396a80004ac96334b/frameset.htm
    can i create a custom bapi where i can compress created update tasks. Not single inserts but a single sql insert with many records.
    Are there some SAP FM in order to do it? Documentation says, i must do "Operations in buffer" and "Update buffer data".
    Regards
    Paul

    Is ABAPFIELD an IMPORTING parameter?
    > Total Questions:  17 (15 unresolved) 
    Maybe you should consider cleaning up your old posts.
    Rob

  • Building table for graph data in SQL 2012

    I am on Windows 7 x64 with SQL 2012.  I am new to SQL server and need some guidance.  I have raw data I would like to store.  The raw data is Amplitude vs. Time.  there are 3600 rows 2 columns.  What is the best way to design a table
    to hold this information.  The data will be linked to a primary key of date taken.
    Thank you in advance for your time.

    Thank you for your quick response.  I have tried this and got two tables but only input per given time.  Her is an example below of what data needs to be inputted. 
    Todays date
    112.5
    0.004758855
    225
    0.003022459
    337.5
    0.005110742
    450
    0.006503629
    562.5
    0.008989879
    675
    0.007626316
    787.5
    0.003847718
    900
    0.00263287
    1012.5
    0.001321671
    1125
    0.00139917
    1237.5
    0.00314185
    1350
    0.006394711
    1462.5
    0.012263686
    1575
    0.010973433
    1687.5
    0.001998216
    1800
    0.001878826
    1912.5
    0.002599357
    There are 3600 lines of this...all grouped in one moment in time.

  • Customized message for Input Date

    Hi All,
    I am using af:inputDate component and i am disabling Sat , Sun ,Min Date and Max Date .When I enter wrong date manually in component that time it is showing "Enter a date that is on one of the following days: sun"
    But i want to customize this message ,how can we do that .Please help me.
    Thanks,
    Sreedhar

    Hi Lalit,
    Thanks for your replay , I don`t have any problem with my format error, I have problem in updating error message given by inputDate component .
    Per suppose , this month 25th is Saturday ,if i type date in InputDate component as 05/25/2013 then it is showing error as "Enter a date that is on one of the following days: sun" but i want to modify this message to
    "Please enter a valid date. Date cannot be on a Saturday or Sunday" .
    Thanks,
    Sreedhar

  • ++Custom Serialization with Complex Data type (Nested Classes)

    Hi,
    We have a scenario wherein we need to write CUSTOM SERIALIZERS for complex datatypes like INVOICE & ORDER (INVOICE inturn has ADDRESS type among others, ORDER has ADDRESS type, a COLLECTION of type ORDERITEM each of which are Java Classes in themselves)
    The example of Custom Serializer given in the SOA AS Dev Guide http://download.oracle.com/docs/cd/B31017_01/web.1013/b28975/custserial.htm#CFHHIBCA)
    shows only a simple java type used for serialization and deserialization.
    Can anyone please help us out by sharing any example depicting the CUSTOM SERIALIZERs for COMPLEX DATA TYPES?
    Thanks in advance,
    Pavan.

    Hello,
    Could you please post the code of your classes in the forum (at least the interfaces) ?
    Regards
    Tugdual Grall

  • Can I have a Custom palette in SAP BOBJ4.0

    Hi
    I need to have a custom palete for the charts available, so that it gives me the flexiblity of choosing my own colors for the charts.
    As like in BI4.1 Do we have any option of having custom palete in 4.0

    It is not available in 4.0 but check below note could be of help
    http://service.sap.com/sap/support/notes/1628052
    http://service.sap.com/sap/support/notes/1668482
    Cheers
    Pa1

  • OT: Color palettes for pie graphs

    Okay, this is pretty random, but I'll ask.
    I'm busy making a pie chart that has about 15 wedges.  I want to pick a good scheme of colors that have reasonable contrast.  Anyone seen any examples of a good palette for making pie graphs?  I'm randomly picking colors and not really liking the end results.
    That's not an InDesign question (in fact, I'm working in Illustrator, and this is a design question rather than a software question!), but this is the board where I spend most of my time.  So I thought I'd post something off-topic.  Anyone have any suggestions?
    Thanks, Phyllis

    Consider using fewer colours. Yes, that means fewer wedges. That means merging the smallest 10 or so wedges into one “other” slice. If you, or your patron, insist on using all 15 values, consider then making a second, smaller pie to illuminate the contents of the “other” slice.
    Another option is to use patterns or gradients to expand the display options without requiring 15 distinct colours.
    Finally, if you must have all 15 slices and must use solid colours, then do not use a legend. Label each slice either on the slice itself or with a line pointing to it. The alternative to that is a key with 15 labels and 15 colours, some of which will not have much difference, so there may be confusion about which colour is used in some slices.
    Remember: charts are supposed to make data easier to understand. All to often they don’t.

  • How to select data from an aggregate in a customer exit for a query?

    Hi,
    I have written a virtual key figure customer exit for a query. Earlier the selection was from the cube, where there was severe performance issue. So I have created an aggregate, activated and have loaded the data.
    Now when I select that data I find that the Key table is different in development and production. How do I resolve this.
    My code is attached below. The table in developemnt is KEY_100027 and in production is KEY_100004. This code is activated and running in BW development server.
    SELECT
        F~KEY_1000041 AS K____035
         F~KEY_1000271 AS K____035
         F~QUANT_B AS K____051
         F~VALUE_LC AS K____052
    INTO (xdoc_date, xval1, xqty1)
    UP TO 1 ROWS
    FROM
    FROM
    */BIC/E100004 AS F JOIN
    /BIC/E100027 AS F JOIN
    /BIC/DZMM_CGRNU AS DU
    ON FKEY_ZMM_CGRNU = DUDIMID
    JOIN /BI0/SUNIT AS S1
    ON  DUSID_0BASE_UOM = S1SID
    JOIN /BI0/SCURRENCY AS S2
    ON DUSID_0LOC_CURRCY = S2SID
    JOIN /BI0/SMATERIAL AS S3
    *ON FKEY_1000042 = S3SID
    ON FKEY_1000272 = S3SID
    JOIN /BI0/SMOVETYPE AS S4
    *ON FKEY_1000043 = S4SID
    ON FKEY_1000273 = S4SID
    JOIN /BI0/SPLANT AS S5
    *ON FKEY_1000044 = S5SID
    ON FKEY_1000274 = S5SID
    JOIN /BIC/D100004P AS DP
    *ON FKEY_100004P = DPDIMID
    ON FKEY_100027P = DPDIMID
    WHERE
    WHERE
    ( ( ( ( F~KEY_1000041 BETWEEN 20051230 AND 20060630  ) ) AND  ( (
    ( ( ( ( F~KEY_1000271 BETWEEN 20051230 AND 20060630  ) ) AND  ( (
             S3~MATERIAL = <l_0material> ) ) AND  ( (
                s2~movetype BETWEEN '101' AND '102' OR
             s4~movetype BETWEEN '921' AND '922' OR
             s4~movetype BETWEEN '105' AND '106' OR
             s4~movetype BETWEEN '701' AND '701' OR
             s4~movetype BETWEEN '632' AND '632' ) ) AND  ( (
             S5~PLANT = <l_0plant> ) ) AND  ( (
             DP~SID_0RECORDTP = 0  ) ) ) )
    GROUP BY
        ORDER BY F~KEY_1000271 DESCENDING.
          IF sy-subrc NE 0.
            EXIT.
          ENDIF.
        ENDSELECT.
    How do I transport the code and make it work?
    Whats the reason that the two key fields are different.
    I had transported the aggregate from development to production. Activated it and filled the data.
    What is the way out? Please help.
    Regards,
    Annie.

    Hi Sonu,
    The main task is to move the contents of the one internal table to another with some condition.
    First sort and delete the duplicate entries from the First Internal table like below : 
    sort it_tab by material ascending date_modified descending.
    delete adjacent duplicates from it_tab.
    Then move that Internal table contents to another internal table.
    Define another internal table with the same structure as you have first internal table and then
    Second Step :
    it_itab1 = it_itab.
    If you are using seperate Header line and Body then you can do like below :
           it_itab1[] = it_itab[].
    This will fix the issue.
    Please let me know if you need any further explonation.
    Regards,
    Kittu
    Edited by: Kittu on Apr 24, 2009 12:21 PM

Maybe you are looking for

  • Files downloaded from the KM have iView pcd location instead of filename

    Hello, I have created a Filesystem Repository manager and a KM Document that reference one of the excel file over there. The problem is that when a user opens the iView and saves the file the suggested name is not the filename but this one: pcd!3apor

  • Service PO Account assignment Error

    Hello All We have created Service PO with 10 line items ( Cost centre K ) & Deleted all the line  & again restored the  same but in service line deletion indicator is still there in each line. During removal of deletion indicator it is giving error P

  • Powerbook G3 Bronze

    I have 2 powerbook g3's that I use as "backup" computers, both have been stored for some time. I took them out today and neither will start, no noise, nothing. I realize the batteries are dead, but I plugged them in and got the same nothing. Anyone g

  • Download of the new OMWB 9.0.2

    Hello Oracle Workbench Team, the download of the new OMWB 9.0.2 doesn't work. If i choose the Download link which refers to "http://download.oracle.com/otn/nt/omwb/9ir2/omwb_92010.exe" an HTTP 404 error occurs. Regards Robert Brandl

  • SFE300 reboots every 4 or 5 hours

    Hi, I have a new SFE300 with 24ports. The switch works fine, but after 4 or 5 hours it reboots it self. After reebots it works fine for another 4 or 5 hours. The only message I get is: Emergency   %OS-F-MEMORY: OSMEMG_rn_free: Memory magic is invalid