Svg charts - size and default value

is there any way to make svg chart size smaller? i want to fit 6 graphs onto a page and even with the 350x315 setting, they are still too big
also, when i have a query like this:
select null, c.nodes, count (*)
from customers c, country_region_mapping m
where system_status='Production'
and c.country = m.country
and decode(:P4_REGION, '%', 1, m.region, 1, 0)=1
and decode(:P4_COUNTRY, '%', 1, m.country, 1, 0) =1
and decode(:P4_INDUSTRY, '%', 1, c.industry, 1, 0) =1
group by nodes
the page initially comes up empty. in other words, the charts have no data.
is there anyway to default to all

i'm currently checking on your question about the chart sizes, but the second part of your question sounds easy enough. it looks like your query will return all the rows "from customers c, country_region_mapping m where system_status='Production' and c.country = m.country" when the default values of :P4_REGION, :P4_COUNTRY, and :P4_INDUSTRY are '%'. if that's how you're going about things, you can simply set your defaults for these items to the percent sign in those items' respective definition screens. this way, even before your items get a session state value, they'll be assigned their default "%" values and your query will return rows.
i'll get back to you soonish re the svg chart sizes,
raj

Similar Messages

  • Validations and default Values in ALV Grid

    All,
    I am using "set_table_for_first_display" to display a grid with empty editable rows wherein which users can enter data and process certain transactions.
    My requirement is to know if we can provide drop-downs and default values in this grid. for ex. if user want to insert a row, that row should automatically have some default values like company code, sales org etc.
    Also, if there is an error while validating the data, I should be able to set the focus on that field while displaying the error message. I was able to display error message but could not set the focus on the field that need to be corrected.
    Your earlier response is much appreciated.
    Regards
    Kasi

    Hi kasi,
    check these links:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/abap/an easy reference for alv grid control.pdf
    http://www.abap4.it/download/ALV.pdf
    hope this helps,
    keerthi.

  • Min Lot Size and Rounding value

    Hello MM  Gurus
    need a small help!
    I m a bit confused regarding the  use of Min lot size and Rounding value in material master "MRP 1" view..
    can some body teach me a detailed functionlity for both..
    As both serve the purpose ..for e.g. my requirement is 7 and min lot is 10 system will create proc.proposal for 10
    in similar way if i use rounding value as 10 , then als system will create proc.proposal for 10 only even if requirement is 7.
    grateful if you could pl expain me the functionality of both...
    another query..if I use Min lot size in material master will the same will serve the puspose of  <b>min order qty ( maintained in PIRs)</b>
    i'lll appriciate with good reward points...thanks in advnace
    Br
    Sumit

    Helo Guys..
    Thanks for valuable inputs..
    i have assigned the appropriate rewards ..
    pl clear my this doubt also
    e.g. for a materials
    Min Lot size - 40
    Rounding value 25
    requirement is for - 35
    will it be 40 or 50 ..i understand 50..
    j
    ust anothe rquery..pl treat this separate issue..and separate rewards will be given
    <b>can I use max stock level w/o use of  lot size "HB"</b>
    e.g. if my max stock level is 80
    and min lot size is 30 and current stock is 60
    what'll be my proc proposal created by MRP , i dont want system to cross 60 stck,,
    Thanks in advance
    BR
    Sumit

  • Object Size and Position values not being retained

    Hi,
           I'm trying to set the size and position of a picture object in a report. This logo, should appear on the top right corner of the report.
    The margins of the report are Left - .79 in, Right - 0.79 in, Top - 0.79 in and Bottom - 0.39 in.
    The size of the picture object should be 1.574 x 0.79 inches.
    I have ensured that File -> Page Setup -> dimensions are in INCHES.
    I right click the logo and select 'Size and Position'.
    I set 'Y' (distance between top of object and top margin) = 0. This is to perfectly align the object with the top margin.
    Now, i set the height of the object = 0.79 inches. Ok the dialog and close.
    The strange thing happening is, when i re-open the size and position dialog, i see that the values i set are not being retained.
    0.79 becomes 0.810
    and
    0 become -0.010.
    What am i doing wrong here? How can i make sure the values i specify in the size and position dialog are  retained.
    Thanks.

    Ensure File | Options | Layout tab has the following UNMARKED!!!!
    Design View
      Guidelines
      Grid
    Preview
      Guidelines
      Grid
    Ensure that "Snap to Grid" is turned off.
    Make your grid size larger (.5 inches for example)
    What is occurring (I suspect) is that your objects are snapping to the grid - thus changing the position and possibly size due to the Snap to Grid being turned on.

  • Text Box/Area and default value

    Is it possible to display a Text Box (or Text Area) in a Form page assigned a default value and prevent the user to change it? I need to register the actual user submitting the form. I have done this in WebDB22 Text Box and #user function but in Portal 3.0.6.6.5 it seems to be impossible to prevent the user to change the text value. Deselecting Validation Options, Updatable does not seems to help. Why?

    The equivalent of Webdb #user function in portal is #portal30.wwctx_api.get_user.
    If you specify this as a default value for a field it will be the same as #user. Also, "inseratble" and "updatable" checkboxes control the presence of a column in INSERT and UPDATE statements, so unchecking any of those checkboxes will remove the column from a respective statement.
    Thanks,
    Dmitry

  • Import and default values for columns

    Hi guys
    I have a table in which there are default values for some columns. I take export of this table.
    I go to another database where this table structure is already there (but default values are not set). I run the import of table with ignore=Y. It does all...import the data...create the indexes and all...but doesn't set the default values for the columns.
    Shouldn't it do that also ? ignore=Y means that ignore the object creation errors and proceed with the rest of the stuff ? Or there is some problem in my understanding ?
    Version 10gR2 on AIX 5.3 and using traditional export/import.
    Thanks
    Amardeep Sidhu

    Hanji Sidhu Sahib.
    Mein Tuhade liye eh example try kita hai.
    SQL> conn simar/simar
    Connected.
    SQL> SQL> create table orders (
    dept varchar2(20) primary key,
    place varchar2(20),
    intcol integer default 12
    2 3 4 5
    Table created.
    SQL>
    Inserted few values ...........+ commit.
    SQL> conn simar/simar
    Connected.
    SQL> select * from orders;
    DEPT PLACE INTCOL
    SALES TORONTO 12
    HR LA 12
    BILLING FLORIDA 12
    IT HALIFAX 5
    exp simar/simar@RACDB file=exptest.dmp log=exptest.log
    rac01:/software/backup>exptest.dmp log=exptest.log <
    Export: Release 10.2.0.3.0 - Production on Tue May 6 23:35:58 2008
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Production
    With the Partitioning, Real Application Clusters, OLAP and Data Mining options
    Export done in WE8ISO8859P1 character set and AL16UTF16 NCHAR character set
    About to export specified users ...
    . exporting pre-schema procedural objects and actions
    . exporting foreign function library names for user SIMAR
    . exporting PUBLIC type synonyms
    . exporting private type synonyms
    . exporting object type definitions for user SIMAR
    About to export SIMAR's objects ...
    . exporting database links
    . exporting sequence numbers
    . exporting cluster definitions
    . about to export SIMAR's tables via Conventional Path ...
    . . exporting table ABC 12 rows exported
    . . exporting table ORDERS 4 rows exported
    . exporting synonyms
    . exporting views
    . exporting stored procedures
    . exporting operators
    . exporting referential integrity constraints
    . exporting triggers
    . exporting indextypes
    . exporting bitmap, functional and extensible indexes
    . exporting posttables actions
    . exporting materialized views
    . exporting snapshot logs
    . exporting job queues
    . exporting refresh groups and children
    . exporting dimensions
    . exporting post-schema procedural objects and actions
    . exporting statistics
    Export terminated successfully without warnings.
    rac01:/software/backup>strings exptest.dmp |grep -i 'create'
    CREATE TABLE "ABC" ("A" VARCHAR2(10), "B" VARCHAR2(10)) PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 STORAGE(INITIAL 65536 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT) TABLESPACE "USERS" LOGGING NOCOMPRESS
    CREATE TABLE "ORDERS" ("DEPT" VARCHAR2(20), "PLACE" VARCHAR2(20), "INTCOL" NUMBER(*,0)) PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 STORAGE(INITIAL 65536 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT) TABLESPACE "USERS" LOGGING NOCOMPRESS
    rac01:/software/backup>strings exptest.dmp |grep -i 'alter'
    ALTER TABLE "ORDERS" MODIFY DEFAULT
    ALTER TABLE "ORDERS" MODIFY ("INTCOL" DEFAULT 12
    ALTER TABLE "ORDERS" ADD PRIMARY KEY ("DEPT") USING INDEX PCTFREE 10 INITRANS 2 MAXTRANS 255 STORAGE(INITIAL 65536 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT) TABLESPACE "USERS" LOGGING ENABLE
    SQL> conn simar/simar
    Connected.
    SQL> drop table orders;
    Table dropped.
    imp simar/simar@RACDB file=exptest.dmp log=imp_exptest_1.log tables='ORDERS'
    rac01:/software/backup>exptest.dmp log=imp_exptest_1.log tables='ORDERS' <
    Import: Release 10.2.0.3.0 - Production on Tue May 6 23:46:48 2008
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Production
    With the Partitioning, Real Application Clusters, OLAP and Data Mining options
    Export file created by EXPORT:V10.02.01 via conventional path
    import done in WE8ISO8859P1 character set and AL16UTF16 NCHAR character set
    . importing SIMAR's objects into SIMAR
    . importing SIMAR's objects into SIMAR
    . . importing table "ORDERS" 4 rows imported
    Import terminated successfully without warnings.
    SQL> conn / as sysdba
    Connected.
    SQL> set heading off;
    set echo off;
    Set pages 999;
    set long 90000;
    SQL> SQL> SQL> SQL> SQL>
    SQL> select dbms_metadata.get_ddl('TABLE','ORDERS','SIMAR') from dual;
    CREATE TABLE "SIMAR"."ORDERS"
    ( "DEPT" VARCHAR2(20),
    "PLACE" VARCHAR2(20),
    "INTCOL" NUMBER(*,0) DEFAULT 12,
    PRIMARY KEY ("DEPT")
    USING INDEX PCTFREE 10 INITRANS 2 MAXTRANS 255 COMPUTE STATISTICS
    STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
    PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
    TABLESPACE "USERS" ENABLE
    ) PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING
    STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
    PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
    TABLESPACE "USERS"
    SQL>
    Here the alter table statement is in the dmp file as well as in the imported table.
    Regards

  • Personalization and Default values in selection screen variables

    Hi everyone,
    I have certain questions regarding Front end part:-
    1)     Can we have multiple personalizations for a single user in Web templates; I know it is quite possible in BEx using Variants. Is there any such approach or any other solutions regarding it?
    2)     In our project we had a range selection screen customer exit variable on 0CALMONTH, which is showing a default value of 07.2007 to 09.2007, although we have removed the default values from the query variable and also checked the customer exits where it is used, but still it’s showing the value. We can’t delete and recreate the variable as such, as it is used in number of function module. Also these values are also transported to Quality system, where also it’s showing the same value.
    Did anyone face such a situation before?
    Eagerly waiting for a solution.....
    Thanks in advance

    Hi Chiran,
    Please try with following approach for multiple   personalizations for a single user in Web templates.
    While Defining Variable Choose the Option Copy personalization data from variable .
    The Features  of above approach is as follows.
    1)It will personalize variable values for Input Variables for each user.
    2)These values are saved for each variable as well as for user.
    3) At the time of defining variable it will allow us to enter one or more default values.All these values are appear in the variable screen when u execute the query or Web Application.
    So you can see the variable values in web also.Just try with this approach.
    May be it will resove u r issue some extent.
    Regarding u r Second Query Just try with Some tables, all the default values entries were saved in those tables. Delete default values from those entries.
    Thanks & Regards,
    Chandu.

  • Action script and default values

    While importing data through action script, even if the property value present in Action script is same as default value defined at the property level , DRM marks that property value as Overridden in the hierarchy.
    Is there any possible way to avoid this?

    Default value is set when no value is entered for the property. As soon as you enter a value for the property thru action script or manually, its overridden even though the value is the same which was set at the property level
    Right click on the property and do a remove value then the icon should be set to default again.
    If you want to restore multiple properties back to default, then use remove all below at the rollup level

  • Why Illustrator change entered size and position values?

    Hy All!
    Illustrator 5.5 always change my entered size or position values.
    (For example: I type 10mm, hit enter, and 10 changed to 10,231mm.)
    I checked again and again, but I have no any enabled snap function.
    I have Illustrator CS6 too, what works fine (but much slower).
    Checked all my setting about 5 times, still didn't find the solution...
    Thank you for your tips!
    (MBP 17", C2D 2,5GHz, 4Gb RAM, Mac OS X 10.6.8.)

    The measurement you type in defines the frame of your shape. The new measurement you see includes the width of the stroke.
    Under your Illustrator preferences, if you uncheck "use preview bounds", it will leave your measurements as you typed them, but it will not include the width of any stroke that is aligned to center or outside of your box.

  • Locking Chart Size and Position

    I have a document that contains multiple workspaces with 2 charts on every page. I can scroll through each chart and the data changes when I do so. I have set width, lenth, and position sizes and once I set them and go through a few more, when I go back, the sizes and positions have changed/adjusted on their own to numbers I didn't set.
    Why is this?
    How can I lock size and position?

    "Workspace" is not a Numbers term that I am familiar with. Do you mean "Sheet"? You say you are using Numbers for OSX, but what you are describing sounds like an iWork for iOS complaint.
    Sorry, but I don't have enough information to go on to make a suggestion.
    Jerry

  • XMLEncoder and default values

    According to the XMLEncoder documentation, Sun has blessed us with "redundancy elimination" so that a bean's default values are not written out into the stream when it is encoded into XML. However, I actually WANT the default values to be written out into the stream and not suppressed. Any ideas on how to do this?
    Sander Smith

    >
    This implies that it is the encoder that is deciding
    whether something is default and hence should not be
    serialized. Will a persistence delegate be able to
    override this decision? The examples of persistence
    delegates that I've seen have all been for complex
    situations, I just want to do something very simple -
    serialze all of my data whether or not it is default.
    Anyone have an example for how to do this?
    Sander SmithTo make XMLEncoder do its job properly I find that it is necessary to write gui code in a special way. Say you have MyPanel which contains nested panels etc. MyPanel and other such panels (the nested ones) would have to have a constructor that does nothing, and a special init() method that sets all the default properties. (Inside the init(), the nested init()s would be being called by the way).
    Thus if you constructed a program that read MyPanel into memory, and then called its init(), and then XMLEncoded it, you should then be able to look at the output file, and see your default properties.
    - Chris Murphy

  • What is the Best Approach for System Defined Fields and Default values

    Hi ,
    Please let me know that what can be the best approach for providing a Default value for the System defined fields when creating a User and How can we hide the System defined fields at the time of User creation

    You cannot provide default values for any attributes defined in the FormMetaData.xml file. You can only provide default values for fields defined in the User Defined Fields and supply a default value.
    You can using entity adapters to populate some of the values, but you must supply an Organization because there is an entity adapter that you cannot modify that verifies the organization name.
    -Kevin

  • Travel Management-Receipt Maximum rates and Default values

    Hi
    I need some help on one of the issue we are facing in Travel Management. We are expected to Go-live very soon.
    We are unable to apply a very basic check of receipt maximum amount at
    the receipt entry in the portal for travel expenses. This functionality
    is very much provided by SAP in the backend configuration but it is not working in the backend also in our Development system.
    This is concerning the maximum and default amounts in
    View V_T706B2 are related to the IMG
    "Define Influence of Control Parameters: Receipt Maximum Rate"
    I have analysed the table entries but could not
    get the desired solution.
    In the meanwhile based on SAP note: 808437-Warning message when max
    rate is exceeded negative value, we looked into the code and found that
    the code for checking the maximumum amounts is "commented" in the
    lastest SP32 SAP HR version in the DEVELOPMENT system we are working
    on.
    I also looked into (SAP Note: 1114398---Country and Region when
    reading maximum amounts and defaults) and have found that the
    correction suggested in this note may already be applied as our D35
    System EA_HR patch level is already SAPK-60211INEAHR and Note
    correction in SAPK-60203INEAHR is of old level, hence we have not applied this correction.
    Furthermore I have checked and found that in our IDES system these checks
    for Maximum amounts and defaults are working fine. The IDES system is
    at level 0002 and highest support package is SAPKE60002.
    Many thanks in advance !
    Ritesh

    Hi Ritesh:
    We had a situation in which our expense types require both a warning message and request for additional information when the maximum is exceeded. We were told that ECC6.0 can handle only one action per expense type/amount. In our old system, R4.6C, it could handle multiple actions per amount for a receipt type.
    I am not sure if this is your issue - having multiple actions for a expense type/amount combination.
    We got around this by leaving one action at the expected amount and setting the other to 0.01 lower.
    Lisa

  • Meaning and default value of WMI MSCluster_Resource class property ResourceClass

    Somehow cannot get clear with MSCluster WMI class MSCluster_Resource property named ResourceClass. Does anybody know the meaning and the value by default?
    Guntars Svilpe

    Hi,
    I found the following third party article about use the “MSCluster_Resource class” may can give you some tips:
    Cluster resource monitor
    http://community.whatsupgold.com/library/activemonitors/cluster_resources_monitor
    the Cluster Owning node name using powershell
    http://serverfault.com/questions/445015/get-the-cluster-owning-node-name-using-powershell
    #PSTip Monitoring Cluster Shared Volume (CSV) availability
    http://www.powershellmagazine.com/2014/02/26/pstip-monitoring-cluster-shared-volume-csv-availability/
    More information:
    Playing around with the Root\MSCluster WMI Namespace and WMI Notifications
    http://blogs.technet.com/b/rspitz/archive/2011/05/11/playing-around-with-the-root-mscluster-wmi-namespace-and-wmi-notifications.aspx
    However this form is not for the develop issue discuss, about the develop question please post to the MSDN forum.
    MSDN forum Developer Network
    http://social.msdn.microsoft.com/Forums/en-US/home?forum=WAVirtualMachinesVirtualNetwork&filter=alltypes&sort=lastpostdesc
    Thanks for your understanding and support.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • SQL Loader, nested tables and default values

    Is there a way to specify a default value for a nested table entry when SQL*Loader encounters a 'null' value?
    I want to avoid this:
    Record 5: Rejected - Error on table LEVEL_DESC, column LEVELS.
    NULL nested table element is not allowed

    Use the NULLIF parameter in your control file for the nested table objects.
    e.g
    LOAD DATA
    INFILE 'level_data.dat'
    INTO TABLE LEVEL
    (LEVEL_ID POSITION (01:05) CHAR
    LEVEL_NAME POSITION (07:20)
    LEVEL_DESC COLUMN OBJECT
    (LEVELS POSITION (22:25) CHAR NULLIF LEVEL_DESC.LEVELS=BLNAKS,
    ... ))

Maybe you are looking for

  • Snow Leopard and Lion on external hard drive

    I successfully installed Snow Leopard on an external hard drive in one of the partitions.  I am also able to boot from the Snow Leopard on the partition, access the internet, get my email and have successfully installed Evernote. I am also able to ac

  • Pchdtv hd-3000 kernel patches

    I just purchased an HD-3000 HDTV card from http://www.pchdtv.com.  Their instructions are for Fedora Core 2.  Since I can't stand Fedora, and I have Arch installed, I was wondering if anyone knew how to install the kernel driver for this card in Arch

  • Connecting BB pearl to macbook via bluetooth?

    ive been trying to get my blackberry pearl to sync to my macbook via bluetooth but i havent been able to. does anyone know how to resolve this issue? PocketMac also seems to freeze a lot also whenever i try to open the application.

  • ISE 1.0.4 & Windows Active Directory

    We are planning to add a NAC sollution in our network and we are a  little confused with ISE. Can ISE support signle sign on with Windows  Active Directory in this version 1.0.4? If yes how we can do it? Thank you

  • Xslt code - adding suffix value

    Hello SAP experts, May we seek advise from you on a working xslt code for adding suffix? Source:  012345 Target: 012345HELLO The suffix 'HELLO' will be placed at the end of the value. Please advise. Thanks! Gerberto!