Setting chart as default output of a query

When I run a query in out portal environment, I get the the table with data as a default result.
I would like to change this and set the default output to either table and graphic or to chart. Is that even possible?
I'm working with BW 7.0 templates.

Hi.
I assume you created WAD template.
In this WAD you inserted 2 webitems:
1. analysis item with dataprovider assigned to your query
2. chart item with the same dataprovider
If so you should set, as mentioned above, HIDDEN for analysis item (analysis item shows you query data - table) and VISIBLE fro chart item.
So by default your report data will be hidden and chart visible.
If you want to switch within WAD you should create any button "show/hide table" and attach command "SET_WEBITEM_PROPERTIES" and set visible for analysis item.
Regards.

Similar Messages

  • Setting a New Default "Output To" Template in the Render Que Does Not Work

    I'm trying to change the default "Output To" template in the Render Que to not show the timecode for a PSD file, but when I change the default template by clicking on "Custom" from the dropdown menu and using the checkbox to set a preset as the default in the "File Name and Location Template", nothing changes.  The next PSD item I add to the render que still uses the previous template (i.e. it adds the Frame) and doesn't honor the new default I just set.
    Just submitted a bug report, as well.
    Using AE 2014.1.1 (13.1.1.3)
    Windows 8.1 Pro

    I'm not surprised either of you is having problems creating a new output module and making it the default.  That's not where you do it.
    Go to Edit>Templates>Output Module.  Make a new one.  Select one to use as a default.  Select a different one if you want a different default.  You can have a default for both stills and movies.  You can do the same thing for Render Settings.  It's the same basic drill.
    Since this is basic AE 101-type stuff, I bet you'd get a lot out of these how-to's from the pros:
    Getting started with After Effects (CS4, CS5, CS5.5,  CS6, & CC)

  • Setting External Audio Interface as default output

    Hi.
    I have a MacBook Pro running Mountain Lion 1.8.5 with the following audio output options:
    Built-In Output
    MOTU UltraLite Audio Interface
    Bluetooth speaker.
    I have the UltraLite setup as my default  for "Use this device for sound output" and "Play alerts and sound effects through this device". And it works flawless. On occassion I have to play the audio to the Bluetooth speaker. And that works great too. However if I turn off the spearker the Mac defaults back to "Built-In Output". How can I set it to default back to the UltraLite instead? (Ps-I don't mind messing with files deep in the system).
    Thanks,
    David

    Hi.
    I assume you created WAD template.
    In this WAD you inserted 2 webitems:
    1. analysis item with dataprovider assigned to your query
    2. chart item with the same dataprovider
    If so you should set, as mentioned above, HIDDEN for analysis item (analysis item shows you query data - table) and VISIBLE fro chart item.
    So by default your report data will be hidden and chart visible.
    If you want to switch within WAD you should create any button "show/hide table" and attach command "SET_WEBITEM_PROPERTIES" and set visible for analysis item.
    Regards.

  • Settings to set default Output Device in FPCJ

    Hi,
    System is taking LP01 as default Output Device instead of the custom made Output device(ZLOCL) while executing the Z smartforms using transaction FPCJ.
    In user setting I have defaulted ZLOCL as default output device & desired page format type is also assigned to the smartforms.
    Is there any other system/config setting to be done to make ZLOCL as default.
    Please advice.
    Thanks in advance
    Sunil

    Sunil,
    Check your user profile using tcode SU3 and make sure you do not have LP01 there as your default OutputDevice. If you have it then your printing jobs will default on that.
    I hope this helps you.
    Regards,
    David

  • How to set a default output device for FAX outputs

    Hi Experts,
    Business requires to set a default output device for fax outputs ( Medium as 2 Fax medium ).
    as fas as print output ( medium as 1 print medium ) is considered we can maintain output device in condition record--> communication
    I tried maintaining output device in VP01 for my condition type based on sales org but it did not worked.
    Can you please suggest ways to achieve default output device for fax outputs.
    Thanks,

    Well, obvious solution would be to either update user profiles or change the output from 'process immediately' to 'process by a background job'. Then create a generic user ID with any fax number desired and use that user ID to process the output through the background job.
    This is not really an SD question, so if this simple option doesn't work for you, I'd suggest to discuss other custom solution with your ABAP / Basis team.

  • Procedure to save the output of a query into excel file or flat file

    Procedure to save the output of a query into excel file or flat file
    I want to store the output of my query into a file and then export it from sql server management studio to a desired location using stored procedure.
    I have run the query --
    DECLARE @cmd VARCHAR(255)
    SET @cmd = 'bcp "select * from dbo.test1" queryout "D:\testing2.xlsx;" -U "user-PC\user" -P "" -c '
    Exec xp_cmdshell @cmd
    error message--
    SQLState = 28000, NativeError = 18456
    Error = [Microsoft][SQL Server Native Client 10.0][SQL Server]Login failed for user 'user-PC\user'.
    NULL
    Goel.Aman

    Hello,
    -T:
    Specifies that the bcp utility connects to SQL Server with a trusted connection using integrated security. The security credentials of the network user,
    login_id, and password are not required. If
    –T is not specified, you need to specify
    –U and –P to successfully log in.
    -U:
    Specifies the login ID used to connect to SQL Server.
    Note: When the bcp utility is connecting to SQL Server with a trusted connection using integrated security, use the
    -T option (trusted connection) instead of the
    user name and password combination
    I would suggest you take a look at the following article:
    bcp Utility: http://technet.microsoft.com/en-us/library/ms162802.aspx
    A similar thread regarding this issue:
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/b450937f-0ef5-427a-ae3b-115335c0d83c/bcp-connection-error-sqlstate-28000-nativeerror-18456?forum=sqldataaccess
    Regards,
    Elvis Long
    TechNet Community Support

  • XML Publisher Reprot Changing Default Output

    Is there anyway we can set default Preview mode from PDF to excel so that while submitting XML report for excel output we need not to go to option screen to set Format as excel. This is really cumbersome for users, I want Default output must be EXCEL instead of PDF.
    Thanks

    Please see these docs.
    How to Set the Default Output Type for XML Publisher Templates. [ID 784122.1]
    How is Default Output Type Determined for Reports Submitted Using XML [ID 888972.1]
    Default Output Format Not Changed After Patch 5612820 [ID 942493.1]
    Default Layout Format for XML Publisher Concurrent Request Is Always PDF [ID 401328.1]
    Unable To Default The Output Format In The Bi Publisher Template [ID 835609.1]
    Thanks,
    Hussein

  • Spooling the output of a Query with out displaying the rows

    Hello All,
    Is it possible to spool the output of
    a query/dbms_output.put_line with out displaying
    the Query output on the console.
    In my case,list of rows in the output is huge, I want
    to eliminate displaying the output of query
    so that spooling will complete faster.
    Thanks in advance.
    -Srini

    You can do:
    SET TERMOUT OFFIn your script before doing the spool command.
    You will have to write your query as a .SQL script and run it from SQL*Plus in order for it to work the way you expect.
    sqlplus -s username/password @query_script.SQL

  • Emailing output of a query

    Hi All,
    please could you guide me on how can I get an email with output of a query?
    Ex : select * from abc
    the above query output, i'd like to get in a table form to my email. please help.
    Thanks in Advance
    Vinod Mallolu
    Cheers, Vinod Mallolu

    There's a good example of this on msdn in the
    sp_send_dbmail documentation
    DECLARE @tableHTML NVARCHAR(MAX) ;
    SET @tableHTML =
    N'<H1>Work Order Report</H1>' +
    N'<table border="1">' +
    N'<tr><th>Work Order ID</th><th>Product ID</th>' +
    N'<th>Name</th><th>Order Qty</th><th>Due Date</th>' +
    N'<th>Expected Revenue</th></tr>' +
    CAST ( ( SELECT td = wo.WorkOrderID, '',
    td = p.ProductID, '',
    td = p.Name, '',
    td = wo.OrderQty, '',
    td = wo.DueDate, '',
    td = (p.ListPrice - p.StandardCost) * wo.OrderQty
    FROM AdventureWorks.Production.WorkOrder as wo
    JOIN AdventureWorks.Production.Product AS p
    ON wo.ProductID = p.ProductID
    WHERE DueDate > '2004-04-30'
    AND DATEDIFF(dd, '2004-04-30', DueDate) < 2
    ORDER BY DueDate ASC,
    (p.ListPrice - p.StandardCost) * wo.OrderQty DESC
    FOR XML PATH('tr'), TYPE
    ) AS NVARCHAR(MAX) ) +
    N'</table>' ;
    EXEC msdb.dbo.sp_send_dbmail @recipients='[email protected]',
    @subject = 'Work Order List',
    @body = @tableHTML,
    @body_format = 'HTML' ;
    Hope that helps

  • I want to just spool output of a query only

    now when i try to use spool command, query, output and spool off command also get spooled into the specified filename.
    for ex:
    SQL>spool <filename>.txt
    SQL>select * from dual;
    SQL>spool off
    but the content of output file is:
    select * from dual;
    DUMMY
    X
    spool off;
    i just want output of the query, nothing else, i.e.,
    DUMMY
    X
    plz, suggest me soln.

    Save this script in a text file
    Call the script...
    O/P will be stored in xx.txt
    script
    set feedback off
    set echo off
    spool xx.txt
    select * from dual;
    spool off
    set echo on
    set feedback on
    (You can find the same answer if search in the forum)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Required default Output type in billing types.

    Hi all,
    While doing the Billing, we have to manually add the Output
    Type. We need the default output type to populate while issuing output. We have already maintain output procedure, condition record for the key combination, Checked assignment of output type & output determination procedure in Billing Type configuration, Checked output type configuration settings. Inspite of this we are not able to get default output type.  Pl advise us as to solve this problem .
    One more question, is output type default setting can be customised to the specific user i.e. If  "X"  user logins then only give default output otherwise don't ??
    Regards,
    Srini

    Hi
    Have you created your own Z condition type or using the standard RD00.
    If it was a Z output type, copy from RD00. Similarly for the access sequence as well, copy from the standard.
    Chek for the access sequence assignment to the condition type in V/40.
    Assign output type to the partner functions - V/31.
    Check for the procedure in V/42.
    Assign your procedure in V/25 for the billing type.
    In VOFA check whether the procedure and condition type has updated.
    Maintain condition records in VV31.
    Regards

  • Default output type for PO

    Dear All,
    Can some body so kind to help me to resort the following problem?
    My client have more then 5 purchase organization & each purchase organization use different 'output type' for Purchase order.
    Client requirement is ' there should be a different default output type for different purchase organization while creating PO .
    Thanks in advance.
    Regards,
    sp sahu

    Hi,
    You don't need ABAP or BADIs for this  !!!!!!
    Simply use the options already available as standard in MN04 and choose the output type and select the P org that it relates to and set up the communications data.
    PLEASE don't make SAP any more complex than it is by using ABAP or BADIs when the standard system does it (even without config) as standard.
    Steve B

  • Default output device for smartform

    Hi all
    how can we assign a default output device to a smart form so that the every time we execute a smartform it doesnt ask for a output device?
    thanks in advance....

    Hi
    First see what your default out put device is.
    That you can see in SU3>Default>OutputDevice.
    Suppose it is set as 'PRINTER' .
    Then in ur print program you have to write the logic as below.
      CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
        EXPORTING
          FORMNAME           = 'Z_smartform
        IMPORTING
          FM_NAME            = WF_FUNCMODULENAME
        EXCEPTIONS
          NO_FORM            = 1
          NO_FUNCTION_MODULE = 2
          OTHERS             = 3.
      CLEAR: WA_CONTROL_PARAMETERS.
        WA_CONTROL_PARAMETERS-GETOTF    = 'X'.
        WA_CONTROL_PARAMETERS-LANGU = 'E'.
      WA_CONTROL_PARAMETERS-DEVICE = 'PRINTER'.
        CALL FUNCTION WF_FUNCMODULENAME
          EXPORTING
            CONTROL_PARAMETERS   = WA_CONTROL_PARAMETERS "Control Params
            OUTPUT_OPTIONS       = WA_OUTPUT_OPT  "Output Options
            WF_CARRID            = WF_CARRID
            WF_CONNID            = WF_CONNID
            WF_FLDATE            = WF_FLDATE
          IMPORTING
            DOCUMENT_OUTPUT_INFO = WA_DOCUMENT_OUTPUT_INFO
            JOB_OUTPUT_INFO      = WA_JOB_OUTPUT_INFO
            JOB_OUTPUT_OPTIONS   = WA_JOB_OUTPUT_OPTIONS
          EXCEPTIONS
            FORMATTING_ERROR     = 1
            INTERNAL_ERROR       = 2
            SEND_ERROR           = 3
            USER_CANCELED        = 4
            OTHERS               = 5.

  • Configure:3955: checking for C compiler default output file name

    Hi,
    I am trying to configure oracle bsd on AIX and got the below error,
    # sh /ldap/db-4.6.21.NC/dist/configure
    checking build system type... powerpc-ibm-aix5.3.0.0
    checking host system type... powerpc-ibm-aix5.3.0.0
    checking if building in the top-level or dist directories... no
    checking if --disable-cryptography option specified... no
    checking if --disable-hash option specified... no
    checking if --disable-mutexsupport option specified... no
    checking if --disable-queue option specified... no
    checking if --disable-replication option specified... no
    checking if --disable-statistics option specified... no
    checking if --disable-verify option specified... no
    checking if --enable-compat185 option specified... no
    checking if --enable-cxx option specified... no
    checking if --enable-debug option specified... no
    checking if --enable-debug_rop option specified... no
    checking if --enable-debug_wop option specified... no
    checking if --enable-diagnostic option specified... no
    checking if --enable-dump185 option specified... no
    checking if --enable-java option specified... no
    checking if --enable-mingw option specified... no
    checking if --enable-fine_grained_lock_manager option specified... no
    checking if --enable-o_direct option specified... no
    checking if --enable-posixmutexes option specified... no
    checking if --enable-pthread_api option specified... no
    checking if --enable-rpc option specified... no
    checking if --enable-smallbuild option specified... no
    checking if --enable-tcl option specified... no
    checking if --enable-test option specified... no
    checking if --enable-uimutexes option specified... no
    checking if --enable-umrw option specified... no
    checking if --with-mutex=MUTEX option specified... no
    checking if --with-tcl=DIR option specified... no
    checking if --with-uniquename=NAME option specified... no
    checking for chmod... chmod
    checking for cp... cp
    checking for ln... ln
    checking for mkdir... mkdir
    checking for rm... rm
    checking for sh... /usr/bin/sh
    checking for a BSD-compatible install... /ldap/db-4.6.21.NC/dist/install-sh -c
    checking for C compiler default output file name...
    configure: error: C compiler cannot create executables
    See `config.log' for more details.
    and in config.log,
    configure:3955: checking for C compiler default output file name
    configure:3982: xlc_r -O2 -D_THREAD_SAFE -Wl,-brtl conftest.c >&5
    /ldap/db-4.6.21.NC/dist/configure[3983]: xlc_r: not found
    configure:3985: $? = 127
    configure:4023: result:
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME "Berkeley DB"
    | #define PACKAGE_TARNAME "db-4.6.21"
    | #define PACKAGE_VERSION "4.6.21"
    | #define PACKAGE_STRING "Berkeley DB 4.6.21"
    | #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
    | #define HAVE_UPGRADE_SUPPORT 1
    | /* end confdefs.h. */
    |
    Is this beacase valid c compiler not existing?
    # which cc
    which: 0652-141 There is no cc in /usr/bin /etc /usr/sbin /usr/ucb /usr/bin/X11 /sbin /usr/java14/jre/bin /usr/java14/bin.
    # ksh: which:: not found.
    # which c
    which: 0652-141 There is no c in /usr/bin /etc /usr/sbin /usr/ucb /usr/bin/X11 /sbin /usr/java14/jre/bin /usr/java14/bin.
    Thanks,
    Message was edited by:
    GK Joe

    Joe,
    I presume you are trying to build Oracle BDB and not bsd as you have mentioned.
    Yes, the error message you are getting is for not having the CC compiler in your system or the path isn't set. Check in the /usr/vac/bin directory if you have one in your system. You might find both xlc and cc compiler there. Set this directory to your path so that 'configure' can see it.
    Regards,
    -Debsubhra

  • Club result set from 2 different outputs

    Hi,
    I have request id which gives 2 records as output in one query with one condition. same request id gives 10 records as output in another query with another conditions.
    Now, I want to club these 2 queries to get the final output as 10 records only for that request id and this output shuld include all columns from both queries.
    My queries are given below.
    select max_gen.request_id, max_gen.organizational_unit, max_gen.request_date_creation,
    max_gen.requester_role, max_gen.user_creation, max_gen.item_name
    from max_request_general_test max_gen
    where max_gen.request_id = 1012010122711163
    above query gives 3 records.
    select request_id, field_name, old_value, new_value
    from report_fields
    where request_id = 1012010122711163
    above query gives 10 records.
    Now, i want to club these outputs with all columns values as a single set but records shuld be only 10.
    ie.,
    my output shuld have columns like this
    max_gen.request_id, max_gen.organizational_unit, max_gen.request_date_creation,
    max_gen.requester_role, max_gen.user_creation, max_gen.item_name, field_name, old_value, new_value
    Pls suggest. I need it in oracle 10

    Hi
    i am not able to paste complete query and output in this forum as i am getting some error while posting.
    However, actual case is,
    I have a request, which can be approved or executed by more than one person. ie., request id may have more than one record in audit table.
    Now, for each request, there are nearly 5-10 fields, which are in column wise and I need to convert them as row.
    like this;
    r1, f1, f2, f3, f4,f5
    output shuld be like this
    request, approver exector field
    r1 a1 e1 f1
    r1 a2 null f2
    r1 null null f3
    r1 null f4
    r1 null f5
    this means, request r1 has 2 approvers with 2 different approved dates, 1 executer with 1 executed date, 5 fields as rows.
    as of now, i am getting 10 records for this request beause of 2 approver dates and 5 fields.
    but, i shuld get it as shown above (just 5 fields and other details displayed only once).
    Hope you got what I am expecting for...
    pls suggest
    Output I shuld get is:

Maybe you are looking for

  • ATV not showing in iTunes devices

    Just bought my friends ATV - was working ok with his sysytem - he has done a factory restore - to V1 - i have updated to V When I select iTunes/Preferences/Devices the ATV is not shown. I am connected by ethernet and have also setup to connect to my

  • Pagination no longer works in 'making books'

    I use Indesign CS 4 to make a quarterly journal and never had any trouble with the 'making books' function. However, now it no longer automatically updates the page numbers when I add documents, so I have to do it manually. Is it possible this functi

  • Access Forms In linux

    HI experts, IS der any way to access oracle applications forms in RHEL 4.6.. Apps Version 11i Edited by: user8849936 on Mar 17, 2010 4:04 AM

  • Adobe Reader cannot open

    I'm using Adobe Reader 11.0.10 and Microsoft Office Home and Student 2013. My Adobe reader will automatic close once I open MS Words, but it is fine if I open Ms Excel. I also cannot open Adobe Reader if I already open Ms Words before that. I have tr

  • Can't use the camera function in my ipod touch 4s while updated to iOS 6.0

    I can't use the camera function in my ipod touch 4s while updated to iOS 6.0. There is all black screen when I turn on my camera.  I open the restriction setting already. thank you.