Setup a list-view in more columns

Hi,
my aim is a view of listet objects ranged in several columns. The objects should not be shown in blocks separated in different pages. They should be expanded like the list view of the Windows-Explorer. So when growing up it should expand to the right hand side (and being scrollable to the right hand side) and not downwards.
I've found no way to realize ist in NetWeaver 04.
Using the elements like Collection Renderer, Resource Renderer and Layout Controller I haven't found a potentiality to implement this.
Regards
Janko M.

Also check out these weblogs they go into details on example of the Iterator.
/people/thomas.jung3/blog/2004/09/15/bsp-150-a-developer146s-journal-part-xi--table-view-iterators
/people/sap.user72/blog/2004/09/07/bsp-howto-exploring-bsp-development-and-the-miniwas-620
/people/sap.user72/blog/2004/08/27/bsp-howto-tableview-iterator--column-header-graphics
/people/brian.mckellar/blog/2003/10/31/bsp-programming-htmlb-tableview-iterator
Basically what <b>Ariel</b> will <i><b>solve your problem</b></i>.

Similar Messages

  • List view threshold and columns manage metadata problems

    Hi
    We have problem in our company since we have more files in library than is set in List view Threshold.
    I have created index on column "year" and create view filter: Year is equal 2015.
    and I get famous error: this view cannot be displayed because....
    I haven`t find any limitations on column type: manage metadata?

    Hi,
    As I understand, you encountered the issue after you created view filter.
    Every column type has the default number that can be created. You should go to check the number of your column created is less than the number by default.
    Per my test, I can achieve it without exceeding list view threshold.
    Check things below:
    1. You can increase the number of the list view threshold, and after that, you can try again to see the same situation will occur.
    2. Go to create another managed metadata column “year”, and create index on column "year", and create view filter in the same list to see the issue will occur.
    3. Check ULS log to see the details about the cause of the issue.
    Best regards,
    Sara Fan

  • List view threshold error in list view web part, column indexing not working

    Hello all,
    I have a list with about 8000 items and the list view threshold is set at 5000. I want to filter the list by a certain column ("Title", single line of text) so I indexed that column. I can filter the list (AllItems.aspx) however if I put the list
    on a web part page (in the form of a list view web part), I can't filter by that column. Shouldn't the indexed column allow this?
    Note that the threshold will not be increased and a daily time period to bypass the threshold is in place, but I'm looking for a solution for any time of they day.
    Thanks!

    Thanks for your response. Your suggestion did work! It got me thinking and I took some time to investigate this column indexing stuff a little closer. I had an "ah-ha" moment.
    Regardless of whether the column has an index or not, dynamic drop down filtering in a list view web part will only work if the list view has fewer items than the threshold. This is the critical point I was missing. I was assuming the index would allow for
    drop down filtering.
    Thanks again!

  • R12 Project List view - At Completion columns

    Hi,
    The project list in Projects R12 can be personalized to allow displaying ofmany different columns, most ITD and PTD.
    I wish to show 'At Completion' values for various reasons, the main one being so I can at the 'At completion' cost budget (current total budget).
    But also the revenue budgets, forecasts and the variance 'At Completion'.
    Is it possible to show 'At Completion' values in the project list? It seems odd that these columns are not available by default....
    Thank you in advance for any answers!
    Matt

    Hi Govind,
    Thank you for your reply...
    The 'At Completion' column is not available in Personalization list of Values for available columns - only ITD and PTD.
    Is there a way to add columns that are not available in personalization list?
    Matt

  • /discoverer/portletprovider/viewer, only 6 columns

    Hi All.
    Portal 10g Release 2 (10.1.2)
    I have a problem with viewing disco worksheets through the portal. I've created a ' discoverer list of worksheets' portlet and added a number of worksheets to it. However, when any user runs these reports they can only see 6 columns initially. We've setup the worksheets to show more columns, but no matter what we do, each user is initially presented with 6 columns. Clicking the 'Revert to Original' link runs the report with the correct number of columns, but how do we get the initial behaviour to be correct?
    Suggestions are very welcome.
    Thanks,
    Ron.

    Hi Ron,
    I'm in the situation where i have the same issue like you had/have. I followed you answer, i received from Oracle the patch and i tried to implement it but is not working.
    Oracle say:
    For bug#4622470 fix to work in Viewer, you need to update configuration.xml
         (in <MidTier_Home/discoverer/config/configuration.xml)
         add two OPTIONAL parameters and set it to desired values:
         a) numColsForLOW (default is 6)
         b) numRowsForLOW (default is 25)
         If not added, default # of columns & rows will be displayed.
         If set to "0", ALL columns and ROWS will be displayed (not recommended, can
         degrade performance)
         Change this section:
         <!-- Portlet Provider configuration. -->
         <portlet logKey="disco.portlet.fatal" logLevel="error"
         pickerCompatibleVersions="10.1.2" maxDataRows="1000">
         <enablePortlet status="true"/>
         to
         <!-- Portlet Provider configuration. -->
         <portlet logKey="disco.portlet.fatal" logLevel="error"
         pickerCompatibleVersions="10.1.2" maxDataRows="1000" numColsForLOW="12"
         numRowsForLOW="50">
         <enablePortlet status="true"/>
    restart opmn for this changes to take effect.
    After i did what they said i get this error:
    <![CDATA[oracle.xml.parser.v2.XMLParseException: Attribute 'numColsForLOW' not expected.
         at oracle.xml.parser.v2.XMLError.flushErrors1(XMLError.java:337)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:290)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:250)
         at oracle.ias.sysmgmt.utility.XMLParserWrapper.parse(Unknown Source)
         at oracle.ias.sysmgmt.repository.plugin.pluginframework.XMLTranslator.nativeToXML(Unknown Source)
         at oracle.disco.oem.plugins.DiscovererTranslator.nativeToXML(DiscovererTranslator.java:73)
         at oracle.ias.sysmgmt.repository.plugin.pluginframework.StateTranslator.generateXMLDoc(Unknown Source)
         at oracle.ias.sysmgmt.repository.plugin.pluginframework.StateTranslator.init(Unknown Source)
         at oracle.ias.sysmgmt.repository.plugin.pluginframework.PlugInFramework.init(Unknown Source)
         at oracle.ias.sysmgmt.repository.DcmPlugin.init(Unknown Source)
         at oracle.ias.sysmgmt.repository.PluginCollection._initPlugin(Unknown Source)
         at oracle.ias.sysmgmt.repository.PluginCollection.<init>(Unknown Source)
         at oracle.ias.sysmgmt.repository.RepositoryImpl.<init>(Unknown Source)
         at oracle.ias.sysmgmt.repository.Repository.getRepositoryInstance(Unknown Source)
         at oracle.ias.sysmgmt.configsvc.ConfigurationServiceImpl.<init>(Unknown Source)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
         at oracle.ias.sysmgmt.smimediator.SysMgmt._getInstance(Unknown Source)
         at oracle.ias.sysmgmt.smimediator.SysMgmt._getConfigSvc(Unknown Source)
         at oracle.ias.sysmgmt.smimediator.SysMgmt.getConfigSvc(Unknown Source)
         at oracle.ias.sysmgmt.smimediator.SysMgmt.getConfigAdapterAccessPoint(Unknown Source)
         at oracle.ias.sysmgmt.task.ConfigAdapter.getConfigAccessPoint(Unknown Source)
         at oracle.ias.sysmgmt.task.ConfigAdapter.init(Unknown Source)
         at oracle.ias.sysmgmt.task.TaskMaster.initAdapters(Unknown Source)
         at oracle.ias.sysmgmt.task.TaskMaster.sysInit(Unknown Source)
         at oracle.ias.sysmgmt.task.TaskMaster.sysInit(Unknown Source)
         at oracle.ias.sysmgmt.task.InstanceManager.sysInit(Unknown Source)
         at oracle.ias.sysmgmt.task.InstanceManager.init(Unknown Source)
         at oracle.ias.sysmgmt.cmdline.DcmCmdLine.execute(Unknown Source)
         at oracle.ias.sysmgmt.cmdline.DcmCmdLine.main(Unknown Source)
    It seems that the 2 attribute provided by Oracle are not ok.
    My OAS platform is on Windows.
    Can you explain if in your case the issue has been resolved and how ?
    Many Thanks,
    Dani                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • What happened to list view?

    The new iTunes doesn't give me list view anymore without album covers. I know have to scroll about ten times more screen space to get through my track list. Arrrgh! How do I get it back to the normal list view?

    In the list view, the first column is the artwork that you can either show or hide by clicking on the little triangle in the leftmost column heading to expand or close it. Also achieved by selecting "Show Artwork Column" or "Hide Artwork Column" in the "View" menu (or pressing ctrl-g).

  • Titles really close together in itunes 8 list view

    hey i was just wondering if there's a way to make the list view look more like it did in itunes 7?
    i hate the gridlines everywhere and how close the track titles are to each other now. it looked so separated and nice before.
    also why did they make this change? was there some technical reason? because i can't comprehend it being an aesthetic choice...

    It looks just the same to me with View>>as List. Or clicking the leftmost button near the search box.
    There is another option on the View Menu "Show/hide artwork column" That looks rather like what the middle button used to do between list and coverflow - when you are in list view

  • How to put clips in order by number in List View? Opened Premier and they were reversed!

    I imported a lot of clips in numeric order from lowest to highest.  Today when I opened Premier the order was reversed in the list view from Highest to lowest number. I dont know why. I did not change anything. It did this to all my other bins also!!
    When I look at the clips in icon view they are in proper order!!!
    So now when I try to put on timeline it places my last clip first. Is there an easy way to reverse the order in List View to the way I originally imported them? I don't want to have to re import all the clips.
    Thanks !!

    They are in order in windows. For some reason they are backwards when I opened Premier. They were in order originally.
    I saw this:
    http://helpx.adobe.com/premiere-pro/using/customizing-project-panel.html#id_29219
    But I still cant figure out how to sort. Am I missing something?
    "To sort items in List view, click the column heading by which you want to sort the items. If bins are expanded, items sort from the top level and down the Project panel hierarchy. To reverse the sort order, click the column heading again."
    Not sure what they mean? Is the column heading they are talking about in Premier? Do they mean the bins? This should be easy, But I am not finding it!

  • Display more columns in list view?

    Is there any way to display more than the standard columns (filename, dates, size, &c.) in list view in the Finder?  If it's possible to search for other attributes (author, EXIF info, &c.) using the find function, why can't this information also be displayed as list view columns?

    Additonally, one could send bug reports and enhancement requests to Apple via its Bug Reporter system. Register as an Apple Developer—it's free and available for all Mac users and gets you a look at some development software. If you already have an Apple username/ID, use that. Once a member, go to Apple BugReporter and file your bug report/enhancement request. You'll get a get a Bug/ER ID number; thus, starting a dialog directly with engineering.

  • How to calculate the total of a calculated column in a list view at the end of the view?

    I have a view with the following columns ProductName, Quantity, Price, Total The total column is a calculated column which is the product of quantity and price. I want to place the sum of the total column by the end of the list view. I can do this with
    the price and quantity but not with the total column. how do I do this?

    You can use SharePoint Designer and calculate the total in xslt view. Refer to the following post for more information
    http://community.bamboosolutions.com/blogs/bambooteamblog/archive/2009/04/24/how-to-total-calculated-columns-in-a-sharepoint-list.aspx
    http://blog.metrostarsystems.com/2012/12/03/jennys-sharepoint-tip-sum-calculated-columns/
    Cheers,

  • Question re. Column View/List View in Home Folder and Root Folder?

    <Edited by Host>
    When I set either my Home folder in the Dock or the Root Folder on the Desktop to open in Column View, everything opened is retracted upon closing.
    Is this just the way Leopard is, or am I missing something obvious I should know:
    First, on Tiger, my Home Folder opens directly in the Finder. I don't have to select "Open in Finder," as I have to in Leopard.
    Second, when I select the Column option when opening the Home Folder in the Finder, it automatically sets the Column option for the Root Folder on the Desktop, as well (and vice-versa). In Tiger, they can be set independently. I prefer to have the Root Folder set to List View and the Home Folder to Column View, and have both remain like that. This is what I meant, but got a bit confused before in asking the question.
    Also, is there some way, as in Tiger, to have the Home Folder in the Dock set to open automatically in the Finder, without having to select that option each time I go to the Home Folder?
    Actually, now that I remember, perhaps this isn't such surprising behavior. To get it there, I copied the Home Folder from its position in the Root Folder to the Dock. Maybe there is some other way to get the Home Folder into the Dock? Thanks.

    WZZZ wrote:
    Thanks. The option "Open in Finder" appears at the bottom of a small vertical menu when I click on the Home Folder in the Dock. Command clicking on the Home Folder brings up the other user account, Shared, and my user account, so it's not that useful.
    ah, you are right. well, one more option is to make an alias to the home folder, put it anywhere you want and put the alias on the dock. then clicking (no command-clicking needed) on the alias in the dock will open home in a finder window directly.
    The default in Finder Preferences was already set the way you suggested.
    Now that I know about cmd-n, that gets me directly to the Home Folder in the Finder. And now that it's set up to open in Column View, and remain that way independent of the View option for the Root folder, everything seems to be looking good. That's what I needed.

  • Items to display in list view web part not showing the items setup

    Hi, I have the following issue. I have a list view web part, but the web part is showing more items that the ones setup in the: Number of items to display in list view web part for this view.
    It is because that works when using datasheet view and not a normal view? Is there any technical documentation from Microsoft supporting this?

    thank you for your answer. It is interesting that the mobile view with the items to show in the mobile view doesn't work in the webpart, but it works when you are using datasheet view, but if you uncheck to activate the mobile view, then, the webpart doesn't
    show information, so, it works partially because one part works and not the other.

  • Custom column in a list view web part for a multilingual site does not take on custom language labels. Stays in default language.

    Hello all,
    I have what so far appears to be a fairly unique problem.  We are running a multilingual SharePoint 2010 environment with English as the default language and French as the secondary.  We have setup the sites in a variance relationship, but the
    issue I am discussing happens outside of a variant as well.
    We have created a library outside the variant (but within the collection) that the two sites must share.  A list view web part was created via Designer to add to each site to provide a quick view into the list.  If we are in the libary and switch
    to French, then update the column label it will remember the setting (because of the resource file) and maintain it as the language is flipped back and forth.  Where it doesn't work is as a web part in a variant or where the language is different.
    If the language is different, the out of the box columns work find, but the custom columns (all site columns not library\list columns) remain as the english label.  It doesn't matter if within a variant or outside with the browser language changed. 
    It always reverts back to English.  It's like it isn't using the same resource file that was used in the list itself.
    I created a custom view and modified it with xslt as per
    http://sharepoint.stackexchange.com/questions/50004/how-to-change-column-title-for-a-view-but-not-modify-the-list but this only worked within the list and did not occur in the list view either.
    I can't be the first that has come across it, either I am not performing my searches properly, no one has ever documented a fix for this or this is something we just can't fix with OOTB tools.  That's the other thing, the solution has to be accomplised
    OOTB or with minor client side changes.  I can't fire up Visual Studio because they are piloting Office 365 and have put a "No custom code" mandate on for migration.
    Thank you all in advance.

    Ok, I have come up with a solution.  I edited the XSLT for the web part on the page.  I did the following:
    1.    Create the variants in the Site Ccollection
    2.    Create the library outside of the variants.
    3.    Add all the columns you require for the library.  It is very important all the columns are there before you move on.
    4.    Create a French and English view.
    5.    Create the list view web part via designer.
    6.    Add the list view web part to each site selecting the appropriate view to use.
    7.      Edit the page in SharePoint Designer 2010.
    8.      Place cursor in the column you wish to modify.
    9.      Click Design in the List View Tools on the ribbon.  
    10.     Then click Customize XSLT and select Customize Item.  Select this option otherwise you will generate a **LOT** of unnecessary XSL code.
    11.     You are looking for a piece that resembles the following:
            <xsl:with-param name="fieldtitle">
              <xsl:value-of select="@DisplayName"/>
            </xsl:with-param>
    12.      Modify it by typing in the actual column name you want.  You should end up with something like this:
            <xsl:with-param name="fieldtitle">
              New Column Name.
            </xsl:with-param>
    13.      Now, for this page only, the column will be renamed.
    There are some caveats:
    1.    Doesn’t appear to work in a publishing portal.  I think this has to do with how SP stores the pages in this case.  In a publishing portal you can only modify the page layout which won’t work as we need to modify the content.
    2.    If you add another column, you will need to repeat the XSLT modification
    Anyways, I hope this helps out any others with the same issue or need as I had.

  • Column width in finder LIST view

    I am using Yosemite.  This issue has been driving me mad for years and try as I may I cannot find the solution.
    How do you set a default column width in Finder LIST view for all folders?  Whatever I do (for example VIEW OPTIONS, USE AS DEFAULTS) does not work.
    Can anybody help? I would use third party plugins if I could find something that controls this.  Please note: I am using LIST view NOT column view.
    Many thanks

    Like Jim, I also generally use Icon view for folders containing images, and have the View Option to show item info selected. Column view will also show image dimensions (both of these work, provided the folder has been indexed by Spotlight).
    If you want to see the dimensions, but also want to view the folder contents in List view, the best you can do is bring up the Inspector (Command-Option-i), expand the More Info section, then move down the list using the arrow key. The Inspector pane's contents change with each new selected item, and the More Info section includes the dimensions.
    Francine
    Francine
    Schwieder

  • Hide "more" button in a list view, only works for first item in the list

    I have the following code in a list view that outputs several dozen items in a web app.  The code only works for the first item, how can I make it loop through and execute the test for each item in the list view?  The {tag_hide more button} is a checkmark field that yields a numeric 1" if checked otherwise yields a numeric "0".
    <div id="more-option">
            <p class="right"><a href="{tag_itemurl_nolink}" class="btn btn-small btn-very-subtle">More &rarr;</a></p>
          </div>
          <div class="more-selection" style="display: none;">{tag_hide more button}</div>
          <script>
    if ($(".more-selection").text() == "1") {
        $("#more-option").hide();
    </script>

    What's the URL for the site where you are using this?  Offhand, it looks like it should work with your first example so you are either placing the script before those elements are loaded or you might try wrapping your current javascript inside the:
    $(document).ready(function() {
    --- your existing javascript here
    This make sure the code runs once all the html is loaded on the page.  Without seeing a URL and debugging with the js console in Chrome I can't give you a solid answer.
    But, I do know that you can probably do this with a lot less markup.  Once we figure out what the actual problem is I have a better solution mocked up for you on jsfiddle.
    When looking at my HTML code on jsfiddle, please realize I setup some dummy HTML and removed your tags and added actual values which would be output by your tags.  The main thing I did was remove the whole div.more-selection and instead, added a "data-is-selected" attribute on your div.more-option element.  Then, in my javascript for each div.my-option element on the page, we loop through them, find the value of that data attribute and hide that div if it's less than 1 (or 0).
    Here's the fiddle for you to look at:  http://jsfiddle.net/thetrickster/Mfmdu/
    You'll see in the end result that only two divs show up, both of those divs have data-is-selected="1".
    You can try pasting the javascript code near the closing </body> tag on your page and make sure to wrap my js inside a <script> tag, obviously.  My way is neater on the markup side.  If you can't get it to work it's likely a jquery conflict issue.  My version is using the $(document).ready() method to make sure all the code is loaded before it runs.
    Best,
    Chris

Maybe you are looking for