Datastructure Item table property doesn't show views?

I am using Designer Editor version 2.0.24.2.0 and am on the Server Model Navigator under <app_name>->PL/SQL Definitions->Package Definitions-><package name>->Datastructures-><datastructure name>->datastructure items. I have created a datastructure item and am trying to define it by a view that exists in the repository. However, when I click on the "Table" property, the view does not show up on the resulting popup list (in fact it appears that no views do). Anyone have any suggestions or explanations?
Thanks.
Mark

Hi Bill,
As you will notice when taking a look on the SAP Business One menu items in the Modules menu / "Main Menu" you will see that only on the top level icons are displayed.
In order to have a consistent appearance of the solution (the application + what your Add-On adds to the UI) it makes sense that the application behaves that way.
Nevertheless the icons you specify will be displayed in the Modules menu's sub menus in the menu bar.
I think it is OK to have this in e.g. the Goto menu or the Data menu - as the application has icons there as well, but I am not convinced that there's too much benefit in adding icons to Add-On menu items - and having none for standard menu items...
HTH,
Frank

Similar Messages

  • Table data doesn't show up

    In SQL-Developer 2.1, when I open a table and click on the Data tab for certain tables, no data shows up. Not for most tables, but only certain named tables. For example, there is a table in my schema called REQUEST_STATUSES. I'm sure that there are public synonyms with the same name for tables in other schemas with the same name. I don't know if this is part of the problem or not. When I run a "select * from..." query, I can see the data, but not in the Data tab.
    I would think this is a bug.

    Your suspicion is absolutely funded; the structure from the synonym is used for the query rather than the data source.
    So until the bug is fixed (probably in the upcoming patch), use ad-hoc queries from the worksheet, synchronize the structures, or remove/redirect the synonym.
    Hope that helps,
    K.

  • Cube Logical table source doesn't show all cube members

    hi,
    Please help me solve this issue.
    I have a logical dimension table whcih has a source from 10 different LTS each of them is a cube and have different number of members in it
    Cube 1 has 1 member say A.
    Cube 2 has 1 member say A.
    Cube 10 has 3 members say A,B,C.
    When I bring the column of the logical dimension table into Answers, I see the output from only Cube 1 i.e. A and does not bring in from the other cubes 10 which has members A, B,C.
    Same is vindicated from the MDX query.
    Is there a soln for this.
    Regards,
    Bhavik

    Alright Bhavik, the belwo soln works fine with Oracle DB and you can try this with Essbase source:
    You need to set Fragmentation Content here...
    1) Create a dummy logical column in the logical table and map this to all LTS with some static values for each say 'A', 'B' etc
    2) Now in Fragmentation Content for each LTS set that column filter with the value given in mapping like "LTS"."CATEGORY" = 'A'
    3) Check the checkbox for this source shud be combined with other sources.
    Now when you will run ur report based on this it will pick from all LTS. Currently, its only picking and pointing to ur first LTS. What we will do is to force BI server to have data from all sources.
    Hope this is useful

  • Open-graph Yammer item's image doesn't show after posting?

    I am trying to use Yammer for a per-page comment platform in a SharePoint Online environment. This seems to require placing a Yammer embed in each page
    and configuring the embed to use Open-Graph. (see further below for the embed code details I'm using)
    As you can see in the following screenshot, the image url I'm providing allows the preview dialog to display the image, once the post is posted, the image no longer is shown.
    Why does the image not show up after posting?
    Here's the Yammer Embed markup I'm using for this particular article:
    <div id="embedded-feed" style="height:565px;width:100%;"></div>
    <script type="text/javascript" src="https://assets.yammer.com/assets/platform_embed.js"></script>
    <script type="text/javascript">
    yam.connect.embedFeed({
    container: "#embedded-feed"
    , network: "myyammernetwork.com"
    , feedType: "open-graph"
    , config: {
    use_sso: false
    , showOpenGraphPreview: false
    , header: false
    , footer: false
    , promptText: "Comment on this page..."
    , objectProperties: {
    url: "https://mysharepointonline.sharepoint.com/sites/yammertime/Pages/Example-Article.aspx"
    , type: "page"
    , title: "The Title Goes Here"
    , description: "Description goes here"
    , image: "https://mysharepointonline.sharepoint.com/sites/yammertime/PublishingImages/2014-07-23_172717-true%20equals%20false.png"
    </script>

    Hi Steve,
    Per my understanding, there is an issue when using Yammer embed in a page.
    As a common practice when troubleshot an issue in page, it is recommended to debug the script in use in browser using IE Developer Tools, it will provide more information
    about this issue:
    https://msdn.microsoft.com/library/bg182326(v=vs.85)
    Since this question is more relate to Yammer, I suggest you post it to the corresponding forum, you will get more help and confirmed answers there.
    http://community.office365.com/en-us/w/yammer/default.aspx
    Thanks
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • F4 help for a field in item table in a view cluster

    Hi All,
    I have a view cluster with two tables. I should provide F4 help for field in item table based on the selected row of the header table.
    F4 should have only values fetched based on the header table entry.
    How can i achieve this. Please suggest.
    Regards,
    Kusuma K.

    Hi amar_war,
    use screen painter to edit the screen layout where the field VKBUR is on. Double click the field to get the details screen. Here you can attach a search help to the field.
    H_TVBUR has no more parameters, it will display a list of al sales offices with description text
    H_TVBVK will also show the sales group, if VKGRP is a screen field, it will restrict the result list automatically on matching VKGRP.
    H_TVKBZ has also VKORG VTWEG SPART - it will take those values from screen if filled.
    If you are not satisfied with the results, you can easily create your own search help using own selection method and own search help exits if required.
    Try standard search help for standard field first.
    You can create a copy of VKBUR as ZVKBUR and attach search help there, you can create your own screen structure and attach the search help there - 50 ways to get your search help...
    Regards,
    Clemens

  • "Dependecies" tab doesn't show any information for a selected table version 4.0

    Hello,
    I work with SQL Developer 4.0.0.13. I can see 20 tables in the list. When I select one table, in the tabs on the right side I can see information for "columns" and "data" and "constraints" and "indexes"... but the tab "Dependencies" doesn't show any information about references between this table and other tables in the schema.
    Oracle database is v11.2
    Can you please tell me what do I need to do in order to see information on "Dependencies" tab for a table?
    Thank you,
    Milan

    Hi, here is my example of XML extension showing referencing tables:
    Save the following XML to a file.
    <items>
      <item type="editor" objectType="TABLE">
        <title><![CDATA[*Referencing Tables]]></title>
          <query>
            <sql><![CDATA[SELECT
      cfk.owner "OWNER",
      cfk.table_name "TABLE NAME",
      cols.column_name "COLUMN",
      cfk.constraint_name "CONSTRAINT NAME",
      cfk.delete_rule "DELETE RULE",
      'SQLDEV:LINK:' || cfk.owner || ':TABLE:' || cfk.table_name ||
      ':oracle.dbtools.raptor.controls.grid.DefaultDrillLink' "LINK"
    FROM
      sys.all_constraints cpk,
      sys.all_constraints cfk,
      sys.all_cons_columns cols
    WHERE
      cpk.owner = :OBJECT_OWNER AND
      cpk.table_name = :OBJECT_NAME AND
      SUBSTR(cpk.table_name, 1, 4) != 'BIN$' AND
      SUBSTR(cpk.table_name, 1, 3) != 'DR$' AND
      cpk.constraint_type in ('P', 'U') AND
      cfk.r_owner = cpk.owner AND
      cfk.r_constraint_name = cpk.constraint_name AND
      cfk.constraint_type = 'R' AND
      cols.owner = cfk.owner AND
      cols.constraint_name = cfk.constraint_name
    ORDER BY
      cfk.owner, cfk.table_name, cfk.constraint_name,
      cols.column_name]]>
          </sql>
        </query>
      </item>
    </items>
    In SQLDeveloper select Preferences -> Database -> User Defined Extensions and click <Add Row>.
    In the "Type" field enter "EDITOR" and in the "Location" field enter the path to the file with XML.
    After restarting SQLDeveloper You should see a new tab "*Referencing Tables" for tables.

  • My ipad air calendar doesn't show appointments in year view?

    my ipad air calendar doesn't show appointments in year view?

    Year view is too small. You have to be on at least month view.
    You can view alll your events in list form by tapping the magnifying glass on the top right.

  • Dreamweaver design view doesn't show the bottom part of a long div

    Hi!
    I'm doing a very graphics oriented site, which basically requires me to use a large jpg as a background image and placing text areas against this background     using absolute positioning.
    My problem is that Dreamweaver doesn't show me the bottom part of my content div's background, but renders it as black instead. This obviously makes placing the text areas correctly difficult, since I can't see them against the background.
    If I turn on Live view, then Dreamweaver shows the bottom part correctly. But in live view I can't use rulers and guides (or can I?).
    Is there any setting that I can change so that Dreamweaver is showing me the whole div bg in all situations? One possible cause of this problem might be also that I'm using overflow:scroll on my content. Could that be why Dreamweaver hides the bottom part and can I change that behaviour?
    Any ideas are welcome!

    If we can see the page in question we could probably do this a lot easier.  But all you need to do in your CSS for the background is:
    background: url(pathto/image.jpg) fixed no-repeat;
    If you are trying to absolutely position something in the middle you will be unable to do this without the assistance of javascript to determine the useable pixels on the end-users computer.  Horiztonally is not the issue, but rather vertically because you can achieve horizontal centering by defining a width and setting the margin: 0 auto; in your CSS.
    As far as working with overflows, if there is too much content in them that you believe the overflow will be necessary (assuming min/max-widths are set) you could consider including the content from another document or store it in a database and query the information out.  Then it would make it easier for the client to update the content on their own in the future.

  • Latest ep of my podcast doesn't show in iTunes. Subscribers CAN download it. Podcast page shows 'Total: 3 items' but lists only items 2 and 3. RSS feed is validated and fine.

    Latest ep of my podcast doesn't show in iTunes store. Subscribers CAN download it. Podcast page shows 'Total: 3 items' but lists only items 2 and 3. RSS feed is validated and fine. How do I get iTunes to display it?

    I've used Feedburner many times and never had such a problem. I am a bit confused, forgive me if I ask for questions already answerd. Have you tried updating the podcast in someone elses copy of iTunes? My guess is that the file is bad since it is working in other programs but not iTunes. I would try making a new .mp4 file and podcasting it and seeing if that works.
    Good luck!
    ~Ben

  • I'm downloading my dvd:s to iTunes but some of them doesn't show in finder, I can view them in the dvd-player but I can't access them in Handbrake. Why?

    I'm downloading my dvd:s to iTunes but some of them doesn't show in finder, I can view them in the dvd-player but I can't access them in Handbrake. Why?

    from the Apple Support Communities -Terms of Use:
    Do not submit software or descriptions of processes that break or otherwise 'work around' digital rights management software or hardware. This includes conversations about 'ripping' DVDs or working around FairPlay software used on the iTunes Store.
    https://discussions.apple.com/static/apple/tutorial/tou.html

  • Show View doesn't display the views present in the report.

    I add a section to the dashboard page. I add a report into the section which has pivot / graph and table view. But, when i click on the reports -> properties - > show view, I don't see any of the views. Why is it so?
    Please let me know.
    Thanks

    Hi Vinutha,
    Seems you have not saved the report after viewing result in other views.
    Just run them in other views and save it.. go to dashboards now and check

  • Mandatory Variable set in a view doesn't show in Web template ?

    Hi Experts,
    I have a mandatory user-input variable in my query. I build a view based on the query. When I opened the query analyzer I had to select a value for my variable since it is mandatory. I did so and built my view. I based my BI web template on my view. When i execute the template the variable screen doesn't show, the value of my variable is the one I entered when I built the view and there is no way i can change this value from the Web template. Is this expected behaviour ? If so how can i build a view when i have a mandatory variable withoit setting its value in the analyzer ? The user has to set it later in the BI template.
    Thanks a lot
    Rado

    Thanks for the reply.
    Actually the variable has a default value which is defined in a function. This default can be overriden. The problem is that when defining the view you need to specify a value or leave the default. In any case in Web Template you are not given the option of changing whatever you put in the query analyzer. i am puzzled how this could happen.

  • "Show view option" and "set as default" doesn't work

    Hello,
    I have my own settings in viewing finder items (like most of the users). Unfortunately those setting don't apply to iDisk folders, even after using "set as default" in "Show view option". There is any solution for this?
    Thanks in advance for help.

    Post to the MobileMe iDisk forum.

  • Material product types doesn't show in line item detail

    Good morning,
    We have a problem with product popup of service order in line items.
    When we make a click in product ID on the service order search, a popup shows and it displays all products.
    But if we go to Detail Position Id and do the same, the popup shows but Material product types doesn't show.
    Regards,
    Euge.-

    Hi Abhi,
    Thank you for your advise.
    Yes, OBCN has been maintained with posting indicator "2".
    During the testing, when we did GR (MIGO) there is no tax calculated, will the tax calculated and show in separate line item when we do Invoicing (MIRO)?
    Thank you in advance.
    Regards,
    Izzat

  • Show view options/Show item info - only half working

    Used to be that all my photos in a folder showed the dimension under the name. Now, even tho I do:
    Show view options/ and check Show item info, only some of them have the dimensions. And what's really funny is that the portrait oriented pix have the dimensions, but the landscape oriented are missing the dimensions. What's going on here?

    must've recently done something to the Landscape ones...
    actually, the workflow I mentioned was applied to only one folder of pix, both port. and lands., but now, even other folders are affected, ones that I didn't run the workflow on. If I go to iPhoto, export some pix from last year to a folder (saved to anywhere), same results, port. have the dim.s below, landscapes do not.
    And now for something completely diff... So I have a folder of pix on my desktop I just imported from iPhoto. I see dim.s under the port.s, none under the land.s. I open a lands. with preview. I rotate ccl, then clockwise (back to original orientation, right?), save, close preview. There it is in the folder WITH the dim.s under it. What kinda ghost have I got here?
    Just to mention, I bought a Touch. It launches iPhoto when I attach it to my MBP (so it can sync the saved photos, only when I have some on the Touch). Don't know if that has anything to do with anything. Tx 4 th response, BD.

Maybe you are looking for