Is it possible to change the description of an attribute in the local view

I have a characteristic in a query which has multiple attributes. In the global view I am able to change the descriptions on the attributes. But the local view does not show the updated descriptions - it shows the descriptions from the multiprovider? Any way I can match up the local and global view for the attribute descriptions ?

Hello,
Just close and open ur analyzer. Problem is that it is not getting refresh

Similar Messages

  • Is there a way to display again the description field by clicking on the gold star near the url (useful to type memos about this site)?

    In the previous versions of Firefox, when you click on the star near the url, you can add this website on your favorites. Another click and you can edit some fields about this bookmark, like the url, the folder, etc...
    But with FF17, the Description field is no longer there. You can only find it when managing your bookmarks, that is not really user friendly.
    Is there a way to add again the description field when clicking on the gold star? It's very useful for adding notes about this website, and it's also synch with addins like Xmarks

    Add code to the userChrome.css file below the default @namespace line.
    *http://kb.mozillazine.org/userChrome.css
    The customization files userChrome.css (interface) and userContent.css (websites) are located in the chrome folder in the user profile folder.
    *http://kb.mozillazine.org/Editing_configuration
    <pre><nowiki>@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
    #editBMPanel_descriptionRow { visibility: visible !important; }
    </nowiki></pre>

  • Updating the Master data Infoobjects attributes from the Portal

    Dear All,
    There is a requirement where through portal i want to  retrive the master data infoobject ( based on the value seleceted for that infoobject by the user ) and its attributes in the portal , edit them and save them back so that the updated values goes back to BW master data infoobject data base tables and updates the value.
    Eg . I have Natural Account master data infoobject in the BW with attributes fucntional area and expense center.Based on the user selection of any values for the Natural account lets say 01110 , then for 01110 natural account the portal should display the correspoding attributes values of fucntional area and expense center.Lets take this values as 10 , 20 respectively for fucntional area and expense center . What I want to do now is to change these attrbute values to 30 and 40 and I would like to save it back as the changed attribute values for that natural account for 01110 with new attribute values 30 & 40 respectively for fucntional area and expense center .
    Is this possible through portal and BW?
    Any idea on this would be appriciated.
    Regards,
    Ankit

    Hi Ankit,
    this is a quite tough but not impossible requirement. Maintaining Master data is possible with Visual Composer and some function modules (at least that's one way I know). However it could be a bit complicated maintaining attributes Master data depending on your data model. This How might help getting familiar with this topic:
    Maintaining BI Master Data with SAP NetWeaver® Visual Composer
    Good luck.
    Brgds,
    Marce

  • Display the description of a parameter in the report

    Hi Guru:
    I have a parameter, for each value to be selected, there is a description.
    Now my question is, how to display the description of the value in the report?
    I tried to put the parameter into the report, but it display the value, not the description.
    For example, I have a parameter, for company code, each company code will have a description in the value list of the parameter, after the user pick 1000, I want to put the name of company code 1000 into the report.
    Thanks.
    Eric

    The only way I have found to do this without hard-coding a translation table is to return the value in your dataset.  In your case, cross join your results to
    select company_name from company where company_code = {?comp parm}
    (or something similar...)
    HTH,
    Carl

  • I need to add the Description for a field to the dispForm.aspx page

    I have some information stored in the description area of a field that needs to show up on the dispform.aspx page. It shows up on the editform.aspx but not dispform.aspx
    I know there has got to be a way to do it with some JQuery or something, can someone steer me?
    L.

    Hi, I know this is an older post but I was looking for the same guidance.   I couldn't find it either.  :) 
    So I started working backwards from this command that I know works for displaying the history of the multiline boxes when there are multiple versions:
    <tr><td class="ms-formlabel">Comments</td>
    <td class="ms-formbody" colspan="3"><xsl:value-of select="@Comments" disable-output-escaping="yes" />
    <SharePoint:AppendOnlyHistory runat="server" FieldName="Comments" ControlMode="Display" ItemId="{@ID}"/></td></tr>
    So checking out the “SharePoint: AppendOnlyHistory” brought me here:
    http://msdn.microsoft.com/en-us/library/office/microsoft.sharepoint.webcontrols.appendonlyhistory(v=office.15).aspx
    Which I followed until I found this …
    http://msdn.microsoft.com/en-us/library/office/microsoft.sharepoint.webcontrols.fielddescription(v=office.15).aspx
    So with some experimenting I found that this works: 
    <td class="ms-formlabel"><SharePoint:FieldDescription runat="server" FieldName="ESCFReason" ControlMode="Edit" ItemId="{@ID}"/></td>
    <td class="ms-formbody"><xsl:value-of select="@ESCFReason" disable-output-escaping="yes" /></td>

  • Enhance the structure of marketing attributes in the WebUI

    Hi,
    I want to enhance two attributes u201Ecreated_byu201C and u201Ecreated_atu201C in the assignment block u201Cmarketing attributesu201D. This data are in the component = BP_DATA and in the view = MarketingAttributesEOVP.
    When I take the CRM Tx BSP_WD_CMPWB or when I use the Application Enhancement Tool in CRM 2007, I canu2019t choose the attributes u201Ecreated_byu201C and u201Ecreated_atu201C in the view MarketingAttributesEOVP, component BP_DATA.
    Note:
    The attributes u201Ecreated_byu201C and u201Ecreated_atu201C sill exist on a other place. You can find this attributes in the MARKETINGPRO profile, when you create an external list. Itu2019s the component: ELMOE, view: VEGeneralData, attributes: STRUCT.CREATED_BY_TEXT, STRUCT.DATE_CREATED_ON
    I tried two things:
    1.
    I started the Application Enhancement Tool in the WebUI (CRM 2007) and selected the desired area. Then I was in the configuration mode. There I wanted to use the function u201CCreate New Fieldu201D, but it didnu2019t work, because this function is inactive.
    2.
    I used the CRM Tx SE11, data type: CRMT_MKTBP_ATTRIBUTE. In this structure I want to enhance the two attributes. So, I create an append-structure, but I canu2019t enhanced it.
    The problem is that the structure CRMT_MKTBP_ATTRIBUTE has the category u201Ccannot be enhancedu201D (menu u201CExtrasu201D, u201CEnhancement Categoryu201D  à u201Ccannot be enhancedu201D). You canu2019t change this.
    This two trials wasnu2019t successful. So, I think it is not possible, to add attributes to this structure. It this correct?
    Or has anybody a solution? Is there an option to enhance attributes u201Ecreated_byu201C and u201Ecreated_atu201C?
    Thank you in advance!
    Best regards, Jasmin

    >
    neelambari naik wrote:
    > Try using package in select query.
    How would that help??

  • IOS 8: The textbox to change the description field of the iCloud email account no longer exists

    The textbox to change the description of the iCloud email account that existed in all previous versions of iOS, and is available for all other types of email accounts under iOS 8, appears to have been removed.  Without this textbox, it is not possible to change the default description of "iCould", or to change a description that was set with a previous version of iOS.  The description field still exists, as the value that I set on a previous version of iOS is still being used by some of my iOS devices, but there is currently no way to change it via the current iOS 8 UI.  The description field is available to change for all other kinds of email accounts.

    Confimed.  And I hope they put it back soon.
    I used an iCloud backup to transfer everything on my iPhone 5s to my iPhone 6.  The (modified) description for my iCloud account transferred and appears the way I want it to appear on my iPhone 6.  However, it cannot be changed.
    Alternatively, I also have a new iPad Air 2 that I set up as a completely new iPad (i.e. I did not transfer anything from an older iPad).  The iPad shows the description for my iCloud account as the default: "iCloud."  It, too, cannot be changed.
    True, this is only a minor annoyance, but it would be less of an issue if Apple had not removed a feature that previously existed in iOS 7.
    I'm not sure if the removal was intentional or unintentional, but, again, I hope this gets fixed soon.  In the meantime, I would be interested in anyone can find a workaround.

  • Possible to change the CCFL myself?

    Hi the screen of my ibook is starting to get really dim and i suspect it could be due to the CCFL, the backlight of the LCD. Is there a way i can change it myself? Or can i ask apple to change it for me?
    A friend of mine tried asking apple to change it but they refused but instead recommending him to change the whole display which was costly.
    If it is possible to change it myself, where could i get the light?

    Alex,
    In the 4+ years that I've been posting in this forum, nobody has ever replaced the light or complained that it burned out. It's true that there's a first time for (nearly) everything, but I would think that a burnt-out light would act like a burnt-out light and just not work, not get dimmer and dimmer as is happening here.
    Emerging Lighting Technologies has been selling on eBay since May of last year and has a 525, 100% positive feedback rating. They are selling backlight replacement lamps, so if the best bet (the inverter board) doesn't work, perhaps nsfx84 will want to try there. It looks like it will probably around $20, including shipping.
    PowerBook Tech's instructions on removing the display housing may be helpful. I know of no specific online instructions on replacing the backlight lamp, but a Google search may prove fruitful.

  • Change the description of workflow/task

    Hi Workflow experts,
    I am working on CATS workflow, where the requirement is to change the description of task. As in my case, as the workflow comes into the inbox of supervisor, the description it shows should contain the short-text which is maintained in CATSDB table for the respective entry. Is there any FM to change that. It is not displaying the vriable, which i am passing through binding from workflow to TASK.

    Hi Santoshi,
    I have a workflow, i have a task and rule and methods associated with that also.  CATS workflow is created by me according to the requirement. Now a new requirement has come up where i have to display the value of CATSDB-LTXA1 also.
    In task, there is a tab of task description. Here we write text which gets displayed when a workflow comes to the inbox. Along with the hard-coded text, i need to display value of CATSDB-LTXA1. I am paasing this variable through the event container to the task container (in triggering event tab of task). & i am giving it in task's description tab. But it is not getting displayed when the workflow comes to the inbox.
    Please let me know if there is any FM to change the text of Task's description dynamically. I will use that in the method.

  • Is it possible to change the timeout url?

    Hello,
    When I am inactive for a while on ucm, it gives me a timeout (my timeout is defined for 3600 sec) and redirect me to the login page (http://server/cs/login/login.htm).
    Is it possible to change this url?
    Maybe, I want the redirect goes to http://server/cs/
    Thank you,
    Edited by: 900661 on 12/Dez/2011 2:31

    Hi
    If you have any SSO solution integrated for eg OAM then the logout url can be changed .
    Apart from that on default installations check under the Deployment - Content Server UCM to see if the logout url option shows up .
    Thanks
    Srinath

  • I have applied a description to photos in iPhoto.  When I burn the CD, the description is not included.  I used to do this with an older version of iPhoto.  Am I doing something wrong?

    I have been organizing my photos in iPhoto and have written descriptions for them.  In the past, with an older version of iPhoto, I would burn a CD.  When I would put the CD back in my computer, the description would also be on the CD.  Now, I am burning the CD's and there is no record of the description.  This is very important as I want the information stored with the photos, both for my own reference, but also if something would happen to me my family would know who are in the photos and what the occasions were.  Is there some way I can do this?  Any help would be much appreciated.  Thanks!

    Ok, sorry!  I created an album with the photos I wanted to burn.  I gave them new titles, sometimes using batch change when appropriate, otherwise individually.  I then clicked on info and in the area labeled description I gave each photo a brief description.  When I was done, I went to Share and clicked on burn.  When prompted I inserted a blank CD-R in my external CD/DVD burner (which I need to use as my internal one has been replaced twice in less than a year and I was sick of spending $150.00 each time).  When it was loaded I clicked the burn button at the bottom of iPhoto.  When it was completed I reinserted it into the external CD/DVD burner/reader to see if it was successful.  The photos all came up with the new title in my iPhoto library.  When I click on info button, there is no description.  The information about the date and place where the photo was taken is there, just not the description that I personally included.
    I have not tried exporting the photos to finder and then burning as they suggest doing if you want the CD to be readable on Windows program, but I never had to do that with my old iPhoto program, so did not know if that would make a difference. 
    I can't think of any other information you might need, but if I missed something let me know and I will try to include it.  Thanks for your interest in helping!

  • How can I update the description of my book that is for sale on the iBookstore?

    I have tried to update it through iTunes Producer, in the "Look up Metadata" and the "Open Package" modules.  The new epubs that I upload appear to get published immediately, but the description is never updated in the iBookstore.  I have emailed Apple three times about this in the past two weeks but haven't gotten any response.

    I guess I misunderstood the reason for the decrease of your sellings.
    I thought you made an update and THAN you got the problem.
    But in fact it seems the problem is due to NOT having success with the update.
    however, perhaps I can contribute what I got from a friendly person at itunes support:
    "With regard to changes that can be made, once a title has been delivered to the iBookstore, the only changes that can be made through iTunes Connect are updates to pricing, territory rights, Cleared For Sale/Not Cleared For Sale, and DRM settings. 
    For all other changes (e.g. correcting author name or book title), please make a metadata change request through the Contact Us form in iTunes Connect under the topic "Metadata, File Formats, and Subject Categories."
    Actually that is not the whole story, particuly regarding using producer. It seems to me that I did read somewhere that there is a kind of maximum for updates per quarter of year. I mean updates that are NIT regarded as new versions of a book. I somebody could write an ibook about all this matters, easy to understand and complete, with an index, would be great. i would buy first.

  • SUPPLEMENT DESCRIPTION OF MATERIAL - printed on the invoice and sales docum

    Hi,
    Exists in the master materil some field where we can include complement the description to be printed on the invoice and sales document?

    Hi
    You can use this Function Module GET_SERNOS_OF_DOCUMENT can be used to retrieve serial numbers corresponding to any of the following documents.
       1.  Delivery
       2.  Sales order
       3.  Material document
    Input parameters which needs to be passed changes based on the type of document.
    Following are required fields to be passed as input parameters to get respective document  serial numbers
    1. Delivery
    KEYDATA-TASER  = 'SER01'
    KEYDATA-LIEF_NR  - delivery number
    KEYDATA-POSNR   - delivery item number(optional)
    After getting the output you can get it print on the invoice
    By linking LIKP-VBELN to vbrp-vgbel (delivery number)
    regards
    Prashanth
    Edited by: Prashanth@SD on Oct 27, 2010 3:00 PM

  • Possible define changed at least one importance in tabular form?

    There is example of the code?

    Sorry, I’m having difficulties figuring out what it is you’re trying to do. Are you asking if it is possible to change a tabular form? If so, the answer is yes, when editing your page, you can click on the report link and start editing your tabular form definition.
    Marc

  • How can I "Copy" the description from iPhotos?

    I am trying to get descriptions from iPhoto files into Family Tree Maker Mac2.  It seems that FTM doesn't import that info with the .jpg file, but that is a separate issue.  When I try to Copy the Description from the Info for a photo, I get strange results when I then try to Paste it, even into Text Edit to just check what I got.
    I can edit that info in iPhoto, and in fact Copy and Paste it into the Description for other iPhotos, but I can't seem to get the info out.  What am I doing wrong?

    How do you transfer your iPhoto images from iPhoto to Family Tree Maker?
    When you export your jpegs from iPhoto with "File > Export" the description is added in a readable form - you can see that when you inspect your exported image with "File > Get Info" in the Finder. You can copy the description from the "description" field in the "More Info" brick of the "Info" panel.
    Inspecting the image with Graphic Converter shows, that the "description" tag is added to the XMP description in XML-format,
           <dc:description>
                <rdf:Alt>
                   <rdf:li xml:lang="x-default">Solar Eclipse&#xA;</rdf:li>
                </rdf:Alt>
             </dc:description>
    Is that, what you see in Family Tree?
    Then you should perhaps use the "get Info" panel to copy your "descriptions" or copy them directly from the iPhoto window.
    Regards
    Léonie

Maybe you are looking for