Filter Name not showing meaningful name

Hi,
When i click on the filter option, for some of the data objets, filter name appears like AZW_FWK_INV_ORG_CODE, AZW_FWK_BOM_DEPARTMENT_CLASS_CODE. This should show meaningful name like Inventory Organization Code, BOM Department Class etc. Any idea if this issue is fixed already.
Thanks,
Shilpa.

Hi Shilpa,
This is code issue with the API. You may log SR to get this fixed.

Similar Messages

  • Filter values not showing on iPad

    Hi,
    I have a BW query based universe (UNV) that is published to iPad. The WebI report runs fine in BI Launchpad. However, when I open same report on iPad, the prompt values are not show (I see only blank Blank Blank) and report is not executed. BW server is BW 7.3 BO is BO 4, SP2.
    How do I fix this issue?
    Regards,
    Nikhil

    Hello Simone,
    please can you tell me, if the open document function with refresh parameter is working in BO mobile App V 4.0.3 (Build 1211)?
    In the Release notes for this Version it is described how to do this:
    Open Document
    1. Apart from iDocID, sIDType and sDocName, other document identifier parameters are not supported
    in the OpenDoc URL.
    2. Apart from sReportName, sRefresh, IsM[name] and IsS[name], other input parameters are
    not supported in the OpenDoc URL.
    3. Session management parameter (token) is not supported.
    4. Output parameters are not supported in the OpenDoc URL.
    We tried to use the following link, but the report did't refresh with the correct parameters:
    http://svie32sapbo1:8080/OpenDocument/opendoc/openDocument.jsp?iDocID=AfFdCbmEEvZIiVXXFLh4iPY&sIDType=CUID&sRefresh=Y&lsMWert=Alarmierung
    The Part "Wert=Alarmierung" should be dynamical in future.
    Thank you and regards
    Wolfgang

  • Radial filter does not show in Photoshop CS5

    Hi,
    I am using the trial of LR5. I have made some adjustments with the Radial Filter. When "opening as a smart object in CS5," the radial filter adjustments do NOT show up. Crop does, basic exposure adjustments, but no radial filter.
    Anyone know why? Would it show up in CS6? I do not want to go to CC.
    Thanks much for your help.
    MF

    Just so you understand, LR5 can pass the Radial data to ACR 8.1 in CS6, but you won't be able to alter the radial filters (or any of the LR5 only features) unless you go to ACR 8.1 in Photoshop CC. So, a SO in ACR 8.1 in CS6 will still be limited in terms of what you can and can't do in CS6.

  • Runtime filter values not showing

    Hi all,
        I am on BW 3.5.  I have a query that has a pop-up filter (i.e. a user-entry fillter that appears when the query runs) for 0MATERIAL__DIVISION.  When the user uses the drop down on the filter pop-up for Division, no values appear. When the query actually appears, these divisions show up just fine.  So my problem is not with the query, but in getting the values to appear in the drop down of the run-time filter pop-up.  Why would that be?
       Thanks.
    Dave

    Hi,
           IN BI 7.0 at the side near the technical properties you have option facilities to display the filter values...
    Go for F4 help on that variable at the side you will have an option to display filter values which shows history values
    single values there you will have options to show all data in master data only posted for navigation
    u can use master data option and get all values in master data.
    Hope this helps for you.
    Thanks,
    Arun

  • Problem between SSMS and Report ! Filter query not showing data or showing wrong data

    Hi all,
    In short: I have a report with multiple values such as name of shop, postal code etc. The parameters have no default value and act as "like". If someone enters "krant" he'll get all the shop names that contain "krant" in their
    name etc. 
    Same goes for postal code, if someone enters 2550 he'll get all data for 2550. The problem although is that if a user start with postal code as parameters and leaves the shop name empty, the shop name is not shown in my report! The other way around it works,
    when I enter shop name i'll get all shops + postal code in my report.
    I know this is because POS name cannot be shown in report because it's left blank, but I want my MDX query to be able to give me the POS names even if I only enter postal code.
    Can someone please please look at my query below? I need to add 4 more parameters this way later on too!
    SELECT 
    [Measures].[Sales amount]
     ON COLUMNS, NON EMPTY
    Filter(
                                   [Point of sale].[POS name].AllMembers,
                                   InStr(
                                                   [Point of sale].[POS name].CurrentMember.MEMBER_CAPTION,
                                                   @PAR_POSName
                                   ) > 0
    *Filter(
                                   [Point of sale].[POS postal code].AllMembers,
                                   InStr(
                                                   [Point of sale].[POS postal code].CurrentMember.MEMBER_CAPTION,
                                                  @PAR_POSTAL_CODE
                                   ) > 0
    *[Point of sale].[Client id].[Client id]
    *[Point of sale].[POS id].[POS id]
    *[Point of sale].[POS street].[POS street]
    *[Point of sale].[POS town].[POS town]
    *[Point of sale].[POS housenumber].[POS housenumber]
    ON ROWS
    FROM [mycube]

    You have to use
    StrToMember (MDX) /
    StrToSet (MDX) /
    StrToTuple (MDX) to convert the Parameter; see
    Parameterized Reporting Services Reports with Analysis Services as a Data Source
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Photoshop CS2, Mac  version, filter does not show

    Hello,
    I m compiling Dissolve sample plugin for photoshop CS series.
    I succeed to compile CS3 and CS4 version since there is a xcode project.
    I can see the plugin in the filter menu after I launch photoshop.
    It works perfectly.
    BUT, as for the CS2 version, I succeeded to compile it by changing CS4 sample project... But I could not get it to show in the filter menu.
    The sample project is codewarrior based, so i cannot use it.
    I m using Mac OS 10.5 and xcode3.
    Any sample project to compile CS2 filter around?
    Thanks in advance

    xcode produce only MachO binaries, and CS2 recognize only PEF
    From AdobeSDK FAQ:
    --- begin ---
    3.1.4.7 I want to have one plug-in for CS1, CS2 and CS3
    That is a tricky problem that we have not yet found a great solution to. The main problem is that CS1 only sees PEF, CS2 & CS3 see both PEF & Mach-O on PPC, and of course CS3 on Intel only sees Mach-O. The problem occurs when CS2 or CS3 see both the PEF and Mach-O versions and cant decide which to use. Since you can't even build for CS1 from Xcode I'd suggest you at least keep them as separate installs, even if they are shipped together. How you sell and support of course is up to you.
    --- end ---
    IMHO, there is error in doc -- CS2 can't see Mach-O version, only PEF (exactly as CS1) -- at least in my tests.

  • Filter Gallery not showing changes to effect [ was "question"]

    Hi there.
    i'm using photoshop CC and I ran into a problem with the filer galley. the documents settings I opened are set to RGB 8 bits. the window of the filter gallery does open but it's showing me some preview of an effect that doesn't change when I'm clicking on another filter.this is what it looks like:

  • Texture filter does not show option menu (PSE 10)

    I had PSE 10 installed on my Vista PC, which I have replaced with a new Windows 7 PC.
    I re-installed PSE fresh from a new download.
    Before, when I clicked on the Texture filter, I was shown a screen where I could choose Canvas, Sandstone, Brick, etc., the size of the effect, the direction of the light.
    Now, when I click on Texture, the texture is immediately applied to my selection, and I don't have a chance to look at options.
    Just in case there was a problem with the install, I removed PSE and re-downloaded and re-installed. Still behaves the same.
    Is there a control or option I'm missing? I don't remember  having to do anything to get this behavior the first time I used PSE.
    Thanks for any insight!
    - Terri

         

  • Photoshop CC - Liquify filter does not show all tools.  Freeze is missing.

    The freeze tool is not pictured on the left with the other tools.  I can access freeze by pressing the "F" key, but there is no way to unfreeze since that tool is missing as well.  Any ideas how to fix this?  Only seven tools are seen now.

    Hello!
    Freeze is not available if you do not check "advanced mode" on the right column.
    If you prefer to work in the non advanced work, the unfreeze, Thaw Mask tool's shortcut is "D", or, once you've selected the Freeze tool by its shortcut, hold down ALT.

  • The camera raw filter does not show up on the filter drop list on Photoshop CC

    I am trying to determine why this is the case.  If anyone knows I would appreciate you help.  So far everything else seems to work.

    Specifically, you won't see the new features just announced until June 17, when Adobe releases Photoshop CC 14.0.  Likely you have 13.1, which is current right now.
    -Noel

  • Field Explorer in Crystal Reports does not show the same names as Bex Query

    Hi
    I have crystal reports, I can retrieve data from BW Bex Query. But in the field explorer it does not show the names as in the Bex query designer.
    In the Bex query designer a field will have the following technical name 0Debitor and the description is Customer.
    It shows in crystal reports in the field explorer twice as D[0DEBITOR]D and D[0DEBITOR]D. It also does not seperate key figures and characteristics.
    I would like it to display the field explorer as shown in this blog.
    /people/ingo.hilgefort/blog/2008/02/19/businessobjects-and-sap-part-2
    Thanks in advance

    Hi,
    take a look here:
    /people/ingo.hilgefort/blog/2008/02/19/businessobjects-and-sap-part-2
    make sure you are using the MDX Driver and what happens is that you will see several fields per characteristic. example: one for the key, one for the description, several if modelled for the display attributes
    Ingo

  • I've a new account on iMac.  When composing an email the contact list does not show up on the bar.  WWhen I start keying in a name, it comes up with the address.  How do I engage the  contact list from the email?

    I've a new account on iMac.  When composing an email the contact list does not show up on the bar, which would allow me to select the persons I want to include on the distribution of the email.  When I start keying in a name in the email, it comes up with the person's address, which shows it is synced.  How do I engage the contact list from the email like I do on my old account (where a contact list icon shows up, along with the "attach" and other icons) ?

    With the New Message window open, go to the View menu and select "Customize Toolbar...".
    In the screen that opens, drag the item labelled "Address" into the Toolbar area of the New Message window, then click the "Done" button.
    That item should be then added to the Toolbar for the New Message window.
    Note that the main Mail window and the New Message window (as well as the separate message window if you open a message that way) use different toolbars - the settings/inclusions for one do not carry over to another.

  • Song names do not show up on itunes from my own cd's

    When I load a cd into my computer it does not show the album name or the song names. Does anyone know what I ma doing wrong

    From iTunes 101 http://www.apple.com/support/ipod101/tunes/2/#1
    1. Insert an audio CD into your computer.
    2. If your computer is connected to the Internet, iTunes will automatically display the album title and all track names (if the album is listed in the Gracenote CD database).
    Regards
    Colin R.

  • Artist names do not show up on my idpod

    When I sync my itunes to my ipod, some of the artist names do not show up in the Menu for artists. The music is on there, but the listing does not show.

    There are usually two things that contribute to songs not appearing under Artist on the iPod, both due to information either in or missing from the Get Info>Info tab against the song in iTunes. 1) the song is incorrectly marked as part of a compilation (and you have Compilations enabled on the iPod) or 2) the song has no album name associated with it.
    if the tracks are ticked in the Get Info>Info tab as part of a compilation (as described in the link above), they will not appear under Artist on the iPod. Highlight a song in iTunes that you know is not appearing correctly on your iPod. Right click on it and choose Get Info and click the Info tab (alternatively choose Get Info from the File menu), if "Part of a Compilation" is marked untick it and afterwards update your iPod, you should find it now appears as normal. If you are using iTunes 8, in the the multiple items info box the compilations setting is in the "Options" tab. Setting "Compilations" on your iPod main menu prevents you getting lots of single artist entries when you load an album by various artists.
    Also if the tracks are missing an Album name in the Info tab, this information needs to be filled in. The no album one is a bit quirky as the songs will appear under certain circumstances (for instance I read somewhere that if you have at least two tracks with different album names the rest will appear), however the simplest remedy is just add None or Miscellaneous to all the blanks in place of a title. See this link for more detail: I don't see some of my songs when browsing by artist on my iPod

  • HT1451 Why do the song names and cd name not show up on the IPod Shuffle?

    Why do the song names and cd name not show up on the Shuffle?

    MysticChyk wrote:
    Why do the song names and cd name not show up on the Shuffle?
    Err this is no longer April 1st you know.
    The iPod Shuffle has never had a 'display' on which track names can be shown. See http://www.apple.com/ipod-shuffle/ if you want an iPod which does have a display on which you can see the tracks names and even the album cover art then look instead at the bigger and more expensive iPod Nano http://www.apple.com/ipod-nano/ or iPod Touch http://www.apple.com/ipod-touch/
    PS. The current iPod Shuffle even though it has no display on which it can show the track names can read them out loud to you using a voice-synthesiser this is the VoiceOver feature described on the iPod Shuffle product page I listed above.

Maybe you are looking for

  • Would I still be able to fun Final Cut Pro with no problem with the new 13"

    My old MBP has "NVIDIA GeForce 860M GT with 128MB" and the new 13-inch MBP has "NVIDIA GeForce 9400M graphics" I don't really know what "GT" means, but the more expensive MBP's listed have it, so I'm guessing it's pretty good. I was wondering if I'd

  • Best way formating hdd with exFat on macos or windows

    i have new WD 2TB external hdd and i want to use it on macos and windows. i formated smaller hdd with exfat and i wrote some files in mac, after restart i opened windows i couldn't see them and i back macos but files wasnt there... maybe it is about

  • Sound Blaster Omni 5.1 Surround randomly loses audio in or out.

    When I'm playing games or voice chatting in skype - sometimes sound just go off or mic stops working. And I see that in Windows Playback devices sound bar is green as if sound is there, but nothing heard on headphones. I re-plug usb cable and it work

  • Cannot edit video! FCE keeps freezing video track, running audio only

    I am enormously frustrated. My FCE has stopped working smoothly! It is freezing in arbitrary places during clips, sometimes for a bit & then starting at a later point, or just freezing while the audio continues to play. I have reinstalled Snow Leopar

  • Weird Icon (browser related ?)

    NOW SOLVED - found another post - it was a push message which I deleted via View Folders in messages Between the Profile indicator and the date / time, I have an icon that has the number 1 and what looks like the browser Icon.  It's some sort of stat