Addiontal Characteristic to be included in Querry Designer

Dear BI Experts,
    I have Info-Cube which has exactly 10 characterisc, i create querry for this info-cube already.
    Later then, I change the cube and add mor 1 characteristic, IS it possible for me to include the new characteristic in the querry, or do I have to create new querry and delete old querry.
    Please advice solutions.
Thanks and Regards,
KimC.

Hi,
There is absolutely no need to create a new query.
When you do changes in the backend (underlying info providers) the changes get automatically reflected on the front end (query designer).
Just close your query designer and open it again, you will find the new characteristic that you added in the query designer under the same dimension as present in the cube.
Hope this helps.
thanks,
rahul

Similar Messages

  • Sample SD  reports in querry designer

    Hi,
    We want to see the sample SD report at queerry design.we mean that. We want to check out sd reports querry designer to see how it is creating?
    Any link ?we are really appretiated..

    Hi,
    Designing SD queries or any queries depends on client requirement (refer report template) and you design query on top of IC/DSO/Multiprovider mostly with effective performance.
    Use following Bex Functions and design query. understand each function properly and use them to improve query performance.
    -     Generate index.
    -     Build query on multiprovider and better use Constant Selection Function to bring infoset functionality to Multiprovider.
    -     Make your query more dynamic using variables.
    -     Do partitioning on IC when you have restriction on 0CALMONTH.
    -     Use more free charecterstics.
    -     Use include than exclude at Bex level.
    -     Utilize Cache mode and Read mode functions.
    http://help.sap.com/saphelp_nw04/helpdata/en/9d/76563cc368b60fe10000000a114084/content.htm
    Regards,
    rvc

  • How to change SOAP Messages to include headers in Designer???

    Hi, I am trying to design a form to connect to Salesforce.com, they provide a Web service.<br />So I connected the WSDL file to the form and I get the objects correct, but I need to login to execute any function like queries, search, update etc..<br />So they provide a login call which works, it returns a sessionId and a URL,the problem is I need to send the sessionId to execute the other functions, the Salesforce documentation says that I need to set that sessionId in the Soap header, and that is where I have the problem:<br /><br />This is the login, which works correctly<br />Request Message login Call<br /><br /><?xml version="1.0" encoding="utf-8"?> <br />   <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" <br />xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://<br />www.w3.org/2001/XMLSchema"> <br />      <soap:Body> <br />         <login xmlns="urn:partner.soap.sforce.com"> <br />            <username>[email protected]</username> <br />            <password>secret</password> <br />         </login> <br />      </soap:Body> <br />   </soap:Envelope> <br /><br />Response Message login Call<br /> <br /><?xml version="1.0" encoding="UTF-8"?> <br /><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" <br />xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/<br />XMLSchema-instance"> <br /> <soapenv:Body> <br />  <loginResponse xmlns="urn:partner.soap.sforce.com"> <br />   <result> <br />    <passwordExpired>false</passwordExpired> <br />    <serverUrl>https://blitzna1.eng.salesforce.com/services/Soap/u/5.0</<br />serverUrl> <br />    <sessionId>c0l4g2lI.slq0uexTI3HIIuTTc9.wnYd0_jXlNKOSU</sessionId> <br />    <userId>00530000000cJzKAAU</userId> <br />   </result> <br />  </loginResponse> <br /> </soapenv:Body> <br /></soapenv:Envelope> <br /><br />Now I want to use that sessionId in the next calls:<br /><br />This is an example of how the client has to send a Search request call: <br /><br /><?xml version="1.0" encoding="utf-8"?> <br /><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" <br />xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://<br />www.w3.org/2001/XMLSchema"> <br />         <soap:Header> <br />            <SessionHeader xmlns="urn:partner.soap.sforce.com"> <br />               <sessionId>4I1yNabX_5FyOGOnuFO64VpRP0_jXlNKOSU</sessionId> <br />            </SessionHeader> <br />         </soap:Header> <br />         <soap:Body> <br />            <search xmlns="urn:partner.soap.sforce.com"> <br />               <searchString>find {4159017000} in phone fields returning <br />contact(id, phone, firstname, lastname), lead(id, phone, firstname, lastname), <br />account(id, phone, name)</searchString> <br />            </search> <br />         </soap:Body> <br />      </soap:Envelope> <br /><br />But in the form I have this:<br />      <DataConnection3><br />         <soap:Body xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><br />            <tns:search xmlns:tns="urn:partner.soap.sforce.com"><br />               <tns:searchString/><br />            </tns:search><br />         </soap:Body><br />      </DataConnection3><br /><br />So Salesforce does not accept the call, I have tried changin it  to the sample above, but it does not appear to work<br /><br />Please help!!

    I tried using the soap object and i could include headers but I didnt finish, we dont need to do that anymore, because we are going to change the CRM,
    but the best you can do is try the Acrobat JavaScript Scripting Guide and try the SOAP and WebServices Section where they describe how to use the SOAP Object

  • How  to show  php 'include' file in Design View?

    Is it possible (in design view MX04) to show a php include
    file?
    It shows if it's <?php include('myPage.inc'); ?>
    but if its got the .php ext, <?php include('myPage.php');
    ?>
    its doesnt show.
    Any way of making it show?
    Cheers.
    Os.

    > Is it possible (in design view MX04) to show a php
    include file?
    Yes.
    Does the include file *also* contain PHP code?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Osgood" <[email protected]> wrote in
    message
    news:e791va$css$[email protected]..
    > Is it possible (in design view MX04) to show a php
    include file?
    >
    > It shows if it's <?php include('myPage.inc'); ?>
    >
    > but if its got the .php ext, <?php
    include('myPage.php'); ?>
    >
    > its doesnt show.
    >
    > Any way of making it show?
    >
    >
    > Cheers.
    >
    > Os.
    >

  • Mask included contents in design panel

    I have an include file that contains a few functions that produce the necessary code for an html email. Since it makes tweaking the layout so much easier the include file contains mainly html code, e.g. (much simplified):
    Include file:
    <?php
    function htmlmail($salutation)
    ob_start(); ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head><meta http-equiv="Content-Type" content="text/html"; charset="iso-8859-1"></head>
    <body>
         <p>Dear <?php echo htmlentities($salutation); ?></p>
    </body>
    </html>
    <?php return ob_get_clean();
    ?>
    I don't want DW CS4 to show this code in the design panel of the main file, since it displays incorrectly (thinks it has got to the end of the document, when of course it hasn't really even started.
    Can anyone think of a tidy solution?
    Ed

    Thanks David, I'm loving heredoc!
    I did explain why I wanted html markup in the include (I am creating an html email body), and now that I am using heredoc it confuses DW just enough to be perfect (I could of course have used a PHP string, but it is visually a lot clearer to be able to see proper indentation on the screen, especially when debugging).
    Ed

  • Restrict Characteristic on value range in Query Designer

    Hi,
    In 3.5, it was possible to restrict a filter in the query designer on a value range, even if the start- and end values of that range did not exist in the master data.
    In 2004s, it is possible to restrict single value filters to a non-existing masterdata value. However, for value ranges, this does not seem to be the case. Do you know any workaround for this?
    Regards,
    Daniel

    of course, BI 7.0 support value range for restrict.Please kindly release more information about your case .
    Value Range
    • Instead of selecting single values you can quickly gather multiple characteristic values using this next option. This choice provides the following additional options:
    1. Between
    2. Greater than or equal to
    3. Less than or equal to
    4. Greater than
    5. Less than
    And you can reference following URL on this topic
    http://help.sap.com/saphelp_nw2004s/helpdata/en/f1/0a563fe09411d2acb90000e829fbfe/content.htm
    Edited by: Brian on Oct 22, 2008 3:08 PM

  • Report Formula issue is Querry Designer

    Hi ,
    In my report I have
    I am designing in query Designer.
    col1    col2   col4  col5
    1.5      1.0   
    2.5      1.0   
    1.5      2.0  
    3.5      3.0
    1.0      5.0
    10 .0     12.0 
    Now I want in in 1st row col4 : (1.5/10.0) *100
                               2nd row of col4 = (2.5/10)*100 and so on
    Similarly I want in in 1st row col5 : (1.0/12.0) *100 and so on
    I have tried many formulas/% functions.But not getting data exactly
    Can anybody suggest me.
    Thanks
    kumar N

    Hi Hartmut Tresselt ,
    I have put the same formula already. But I am getting the required result in the final last column where all col sum is displayed in yellow colour.
    For each column it is divided based on that final column and i am getting that value.
    I am getting now :
    col1    col2      clo3   col4     final col     final col%
    1         5%       2       10%        3            15%              
    3       15%       3       15%        6            30%
    6       30%       5       25%      11            55%
    10     50%      10       50%      20          100%
    But I need like below
    col1    col2      clo3   col4     final col     final col%
    1       10%       2       20%        3            15%              
    3       30%       3       30%        6            30%
    6       60%       5       50%      11            55%
    10     100%      10    50%         20         100%
    Can u suggest me.

  • Querry designing

    what is the difference between manual, replacement path,customer exit and authurization variables in query designing?
    Moderator message: Please check the forum before posting *
    Edited by: Vikram Srivastava on Mar 31, 2011 2:51 PM

    Hi,
    There are volumes of data available on sdn and help.sap.com on these topics. You can use any popular search engine to reach them. For the time being you can use the following link:
    http://help.sap.com/saphelp_nw04/helpdata/en/f1/0a56f5e09411d2acb90000e829fbfe/frameset.htm
    Best Wishes,
    Mayank

  • PHP Include not showing in design view

    One of the advantages of Dreamweaver is the ability to see
    the result of your code in the Design view. I am building a
    template set for a web site I'm starting, and will be using the
    template files in various paths and path depths. As a result, I am
    not interested in using relative paths for things like PHP
    includes.
    If I use the following code for an include, the 'main.php'
    file is included in the design view:
    <?php include('/includes/templates/main.php'); ?>
    When uploaded to the Apache server, this does not display
    properly, because it is looking for the file in the user root, not
    the Apache document root.
    The portable code solutions to this would be to use the
    following code:
    <?php
    include($_SERVER['DOCUMENT_ROOT'].'/includes/templates/main.php');
    ?>
    This shows perfectly when uploaded to the Apache server, but
    of course does not show in the Design view of Dreamweaver.
    It is ridiculous to think that someone would want code one
    way to see in the design view, and another for the web server, so I
    am assuming that there is a way to do this so that it works both in
    the desing view and on the web server.
    I have had limited success using:
    <?php virtual('/includes/templates/main.php'); ?>
    which shows up in both the design view and on the web server.
    However, I've experienced problems using virtual calls in scripts
    called by the virtual command. I.e. nested inclusions. It would be
    important to note that PHP's own documentation states "This
    function may be used on PHP files. However, it is typically better
    to use include() or require() for PHP files.", along with other
    warnings.
    So, basically, what I am asking for is a solution to allow
    the following code to work and show the included file in the design
    view:
    <?php
    include($_SERVER['DOCUMENT_ROOT'].'/includes/templates/main.php');
    ?>
    Any suggestions?
    BTW, I have tried setting the PHP include_path to the web
    root so that the first example above would work. Doesn't work. I
    have full, unrestricted access to the server, so if there is
    another setting or configuration change I can make to have the
    include function default to the web root, I'd love to know what it
    is.

    quote:
    Originally posted by:
    Newsgroup User
    It does that with all server-side includes, not just PHP. It
    only shows
    the HTML content of includes. To see dynamic output from a
    server-side
    language, you need to use Live Data view.
    I'm not referencing dynamic output from PHP processing. I am
    referencing includes. When using an include, Dreamweaver shows you
    exactly what it would show you if you were looking at the included
    file itself.
    However, Dreamweaver makes the assumption that <?php
    include('/inc/test.php'); ?> is a path located in the web server
    document root. This is not the same assumption that web servers
    make.
    The Apache web server (at least the several that I use),
    treat this same include as a request for /inc/test.php off of the
    root of the server. To achieve the same include, relative to the
    web document root, the include must be <?php
    include($_SERVER['DOCUMENT_ROOT'].'/inc/test.php'); ?>.
    Unfortunately, Dreamweaver does not understand this basic syntax
    and will not show the included file in the design view.
    The bottom line is that Dreamweaver could make it much
    simpler to build portable code if it understood this syntax on the
    include. You could take place that include in any location on your
    site and it would pull the include from the proper location in both
    your design view and on the web server.
    Keep in mind that we establish a "document_root" when we set
    up a site in Dreamweaver. The information is already there. The
    handling of it just needs to be added to the include parser.

  • All Dates displayed for "Characteristic Values" in Query Designer

    Hello Experts,
    We are on BI 7.0, level 13.  I am having an issue within the Query Designer with regards to dates.  I have a write-optimized DSO that contains 3 date fields (for example, ZDATE1, ZDATE2, and ZDATE3).  Each date InfoObject is of type DATS so the system automatically creates it with reference to 0DATE. 
    When I create a query in the Query Designer, on the left hand side, I expand the "Characteristic Values" node under each date field.  The Query Designer shows the same list of values for each of the 3 dates even though they are not valid values posted in the DSO for those fields.
    For example, ZDATE1 only has 1 value posted in the DSO (01/01/2005).
    ZDATE2 only has 1 value posted in the DSO (01/01/2006).
    ZDATE3 only has 1 value posted in the DSO (01/01/2007).
    Bute when I expand the "Characteristic Values" node in the Query Designer, I see ALL THREE values under each date field.  I would expect to only see the 1 value posted for the InfoObject in the DSO.  Also note that each InfoObject is defined to show "Only posted values in InfoProvider".
    It appears that Query Designer will show all values for the reference InfoObject 0DATE instead of the ones posted to the actual InfoObject in the DSO.  If I delete the data in the DSO, the Characteristic Values list still remains because they exist in 0DATE.  Anyone encounter this before?  How can I get the Characteristic Values list to only show posted values for that InfObject?
    Thanks for your help!
    J

    Thanks for the response.  I went into the DSO and right clicked on each of the Date fields.  I looked at the Provider-specific properties and there is the option for "Query Exec.FilterVal" which only restricts what values appear when restricting during execution, not during query creation.
    Is there someplace else I should look or someplace else I can make change to only display posted dates when creating a query?  Thanks!

  • SSI includes do not display in design view.

    Hi,
    I am working on an existing site. By "existing", I mean there
    was no Dreamweaver site definition. I created the site definition
    but, when I open pages that use ssi, the included files do not show
    in design view. If I reinsert the include, it show in design view.
    The code is the same in code view. Is there some way to update the
    includes so I don't have to reinsert them?
    Thank you,
    Henry

    By "header/footer" tags, Ken means "<html>,
    <head>, or <body>" tags - you
    have none of those in your files being included, do you?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Henry Anthony" <[email protected]> wrote in
    message
    news:f2skgv$aej$[email protected]..
    > Ken,
    >
    > I inherited the site. To work on it in Dreamweaver, I
    had to create the
    > site
    > definition. So, the site was defined after it was built.
    The include files
    > are
    > fine. No header/footer tags. I assumed the includes
    would show when I
    > opened a
    > file but they will only show if I reinsert the include
    while in design
    > view.
    > Upon examination of the code after the reinsert, there
    is no change.
    >
    > Thanks,
    > Henry
    >

  • Creative Suite 6 Design Standard not including Acrobat X Pro

    I just purchased a CS6 Design Standard TLP license but after installed it didn't install Acrobat X Pro, after that I tried to install it separately but I can't find the serial number in LWS.   How can I install Acrobat X Pro separately.  I did asked Adobe technical support about the serial number but they said Acrobat X Pro is not including in CS6 Design Standard.  But I search online and many websites shows that CS6 Design Standard include Photoshop, Illustrator, InDesign, Acrobat X Pro, Bridge, Media Encoder.  Is anyone can help me?  Thanks. 

    Thank you Murphy.
    I tried to uninstall and re-install again, this time Acrobat X Pro options came out but install unsuccessful.
    below are the error summary :
    Exit Code: 6
    Please see specific errors and warnings below for troubleshooting. For example,  ERROR: DW050 ...
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 3 error(s), 0 warning(s)
    ----------- Payload: {AC76BA86-1033-F400-7760-000000000005} Acrobat Professional 10.0.0.0 -----------
    ERROR: Error 1324.The path R嶰up廨er un document num廨is?sur un multifonction.sequ or the volume is invalid. Please enter it again.
    ERROR: Install MSI payload failed with error: 1603 - Fatal error during installation.
    MSI Error message: Error 1324.The path R嶰up廨er un document num廨is?sur un multifonction.sequ or the volume is invalid. Please enter it again.
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050:  - Acrobat Professional: Install failed
    BTW: My OS is Windows 8.1

  • Bex Query Designer - missing characteristic

    Hi Gurus,
    I have a customer defined characteristic which is included in DSO and Infocube. (I put it there in the late stage of developing the providers, so there were already some queries developed before the characteristic was present) When I try to create (or change) a query in Bex QeueryDesigner upon either of those two providers, I'm not able to see this characteristic in the left tree window. The characteristic is activated i even uploaded data into DSO to see if everything is OK. Any idea what might be wrong?
    Thanks
    Pavel

    In case anyone run across the same problem:
    The problem was in infoobject maintenance. In general tab the system set-up some value as "Constant", have know idea how or why and the only way to delete it seems to be to follow the OSS note 1080800
    Regards

  • Where can I get a list of products for design and web packager?

    Hi I need to create a package and the packager lists all the available software. What are included in the design and web?
    Adobe CC 2014 Design & Web Premium:
    – Adobe Photoshop CC
    – Adobe Illustrator CC
    – Adobe InDesign CC
    – Adobe Dreamweaver CC
    – Adobe Flash Professional CC
    – Adobe Fireworks
    – Adobe Acrobat Pro
    – Adobe Muse CC
    – Adobe Edge Animate CC
    Which of the following can be included:
    Scout
    InCopy
    Gaming SDK 1.3
    Extension Manager CC
    Extended Toolkit
    Exchange Panel
    Edge Reflow
    Edge Code
    Bridge
    Cheers.

    Hello InquiringMind,
    Ray is absolutely right (thanks Ray!). Something that I would encourage you to do since it sounds like you are starting to dive into TestStand is take one of our customer education classes. We have TestStand I and TestStand II available at many different locations throughout the US and World. To sign up please visit ni.com/training or call 866-ASK-MYNI and we can help you out.
    With warm regards,
    David D.

  • VS Express 2012 occasionally hangs on win 7 64bit when closing designer windows

    I'm experiencing something I've never experience before. I have a new laptop and installed VS Express 2012. Everything runs great except occasionally, when I'm closing tabs - VS will just hang. It seems to only happen with WPF form design view, does not
    seem to happen when closing code only windows. Everything else runs exceptionally fast. Please help, thanks.
    Things to note:
    cpu usage does not increase (stays at 0).
    The hang time can be anywhere from 10 second to over 30 seconds (at that point i kill the process).
    memory usage does not increase.
    I have 3 other installations on separate computers and none of the others experience this problem with the same code. (this is the fastest computer of all of them).
    The display is 4k resolution, and is the only one with that size screen.
    I am not running any addons.
    Basic VS installation nothing special.
    I have done the following to try to fix it:
    Installed all the latest plugins and patches for VS.
    Installed all the latest patches for Windows 7.
    Reinstalled VS on a completely seperate drive (SSD).
    Erased the solution *.suo file and let it rebuild.
    Disabled AntiVirus - other computers have the same AV also.
    Edit for clarity:
    What I mean by closing tabs - When I have my WPF project open, I will open source files inside the project and the sources file is in a tabbed window. I close the source file inside the project, either by middle mouse button or by clicking the 'x'. At no
    other time have I noticed this hang and it only seems to happen when the source file includes a form design view (*.xaml) not plain text (*.cs).

    Hi DMANN636,
    >>when I'm closing tabs - VS will just hang. It seems to only happen with WPF form design view,does not seem to happen when closing code only windows.
    Based on your issue, you mean that when you create a simple WPF project and then you get also the VS hang issue for this WPF form design view, am I right?
    If yes, I suggest you could try the following command-line options with WDExpress.exe
    to check the result:
    /ResetSettings: Restores the IDE's default settings, optionally resets to the specified CS Settings file.
    /SafeMode: Launches the IDE in safe mode to check if you install some Add-ins impact the WPF designer
    If the above suggestion still could not help you, please try to delete your
    ItemTemplatesCache, 
    ProjectTemplatesCache folder and then run the WDExpress /InstallVSTemplates switch
    and WDExpress/Setup switch. Please refer to the following steps:
    Step1: Please open Windows Explorer, and navigate to <Visual Studio Installation Path>\Common7\IDE (by default is <C:\Program Files(x86) \Microsoft Visual Studio 11.0\Common7\IDE>)
    Step2:  Delete the ItemTemplatesCache, ProjectTemplatesCache folder; 
    Step3: Open Visual Studio Command Prompt (2012 x64 Cross Tools Command Prompt under Start menu -> All Programs -> Microsoft Visual
    Studio 2012 -> Visual Studio Tools (run it with Administrator privilege: right-click the program -> Run as administrator); 
    Step4: Run the WDExpress
    /InstallVSTemplates switch and the WDExpress
    /Setup switch.
    In addition, as you said that :
    >>I have 3 other installations on separate computers and none of the others experience this problem with the same code.
    If you load the same WPF project on other machine, it work fine. I doubt that the issue may be related to the your machine environment. So if possible, I suggest you could try to repair or re-install the your OS would be better.
    Best Regards,
    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.
    Click
    HERE to participate the survey.

Maybe you are looking for

  • How to install OS X on MBP running Windows 7?

    i purchased an early 2011 MBP 13.3. it is running windows 7. i have the OS X installation discs. is there anything i can do to reinstall OS X without getting rid of windows 7? i do not particularly need windows 7, but since it is there, i might as we

  • Html widget for "ibooks author"

    Hi, I there a possibility to create a contact form in html to add to the html widget of "ibooks author" with an Adobe product?

  • How good is the HH3's wireless reception?

    I have 4/5 bars in all rooms in my house but in my room I only have 2 bars I have a built in n adapter and a g router. The hh3 is wireless n. So could that boost it to 3 bars?

  • Multiyear internal order budget

    Hi, I have a question from the controlling regarding the internal orders. The point is that we have multiyear internal orders. For exemple: Internal budget 10 have a budget of 10000 u20AC for 2012 and 15000 for 2013. In 2012, they will create a purch

  • Making user available in db trigger

    Hi I have a requirement to make the current user available in a database trigger. Is there any way to do this? I am currently using ADF 11.1.1.1.1 deploying to a Weblogic server 10.3.1. There are no users/groups setup on Weblogic. Thanks