Column display on shared librarys

Ok I have a Mac as a Itunes server and a Mac Mini as an AV computer, great so far, however ever since one of the latter 9.x iTunes upgrades it ability to freely arrange the column's e.g. artist album track display order of the shared library has now stopped working. My question is why?
Also how do you get rid of ping?

Every column in a report has an option for a conditional display.
Let's say your select statement is something like this:
SELECT first_name, last_name, date_of_birth
FROM employees
Create a LOV containing the your column names:
first_name, last_name, date_of_birth.
On your report page you would create a checkbox - p1_columns. This checkbox can
have a default value first_name:last_name:date_of_birth
For each of your report columns you have to determine a conditional display. You can
do it in the following way:
For the column first_name select SQL Expression as condition type and in the
Text Area Expression 1 enter the following condition:
INSTR(:p1_columns, 'first_name') > 0
Repeat this for all the other columns.
Create a submit button to submit your choice.
This way you can unselect the columns you don't want to display. The result can be exported into
excel as displayed.
Denes Kubicek
...

Similar Messages

  • Displaying outlook shared calendar

    Hi, I am trying to display a shared outlook calendar on a web
    page. I can get my own calendar to display using this:
    <OBJECT ID="Calendar" WIDTH="100%" HEIGHT="70%"
    CLASSID="CLSID:0006F063-0000-0000-C000-000000000046" >
    <PARAM NAME="Folder" VALUE="Calendar">
    <PARAM NAME="Namespace" VALUE="MAPI">
    <PARAM NAME="Restriction" VALUE="">
    <PARAM NAME="DeferUpdate" VALUE="0">
    </OBJECT>
    Anyone know how to link to a shared calendar? I am guessing
    it has to do with the value attribute in the folder param, but
    whatever I am trying is not working!
    Thanks!

    I have seen a lot of weirdness with MOSS 2007 calendars syncing to Outlook, but as far as fixes, its normally not too bad. for this particular issue, you might just want to remove the calendars from their outlook and re-add them.
    However, normally the most common issue is that outlook will allow users to create calendar entries that are invalid in SP.  i.e. the SP calendar has a required field, but Outlook does not allow users to edit that field as its custom (or outlook lets
    you keep the title empty which also causes weirdness in syncs).
    I would look and see what columns are required on the list, then export the list to excel and look for any items which have empty required fields.  Either, update those items, or delete them from the calendar, then resync to Outlook and it should be
    good.
    There may be something different, but this is the most common thing I see on these issues, let me know if it helps or not. 
    Christopher Webb | Microsoft Certified Master: SharePoint 2010 | Microsoft Certified Solutions Master: SharePoint Charter | Microsoft Certified Trainer| http://christophermichaelwebb.com

  • HELP!   SQL Query:  Other ways to reorder column display?

    I have a SQL query report with a large number of columns (users can hide/show columns as desired). It would be great if the column display order could be changed by changing the order of the columns in the SELECT list in the Report Definition, but that doesn't work -- it puts changed or added columns at the end regardless of the order in the SELECT list of the query.
    Is there some other way to reorder the columns displayed without using the Report Attributes page? It's extremely tedious to move columns around using the up/down arrows which redisplays the page each time. Am I missing a way to change display order, or does anyone have a "trick" to do this? It's so painful....
    When defining forms you can reoder columns by specifying a sequence number for each column. Just curious as to why reports were not done the same way, and are there any plans to address this in a future release?
    Karen

    Yes, reordering columns is extremely painful.
    It is supposed to be much improved in the next version.
    See
    Re: Re-ordering columns on reports
    Moving columns up/down in Report  Attributes
    See my example at
    http://htmldb.oracle.com/pls/otn/f?p=24317:141
    Basically, let the users move columns around until they are blue in the face, provide a Save button to save the column order in a user preference and reorder the columns when the page reloads.
    Or you can use Carl's PL/SQL shuttle as the widget to specify the columns shown and their order. The shuttle is at http://htmldb.oracle.com/pls/otn/f?p=11933:27
    Hope this helps.
    Message was edited by:
    Vikas

  • Columns Display Support in Oracle 10g Express Edition..................

    I am working with the Oracle 10g Express Edition, and I Created a Table with 52 Fields and even successfully inserted data into the table via Java Program. But the problem is when I am displaying the table from the Oracle 10g Express Edition Interface, it is displaying only first 31 Fields and displaying "<div class="fielddata">First 31 columns displayed.</div>". What should i do if I want to display all the 52 columns. Awaiting for the Reply. Thank You..

    duplicate post
    Columns Display Support in Oracle 10g Express Edition..................

  • How to avoid blank column display in output in ALV TREE

    how to avoid blank column display in output while decreasing the length of other columns in ALV Tree.
    Example: please refer to BCALV_TREE_01 and see the output, then decrease the length of all columns . Then you can see a blank column appearing in screen at last, i.e in container. so how to avoid that.
    Thanks for reply.
    Edited by: morpeous on Jul 1, 2009 1:53 PM

    Hi,
    Check BCALV_TREE_02 on how to hide columns.
    Thanks & Regards,
    Anand Patil

  • Drill down error in 10g - No Columns displayed

    When drilling down on OBIEE 10g reports sometimes the result is "No columns displayed", we cannot find any particular reason why this happened. The columns are available and should show up so it's perceived as an error for our users.
    Does anyone know how and why this happens and what a possible solution might be?
    Much appreciated!

    Hi SP,
    Check you have done the identifications properly in the multi provider. The error message shows for the SID Conflict for the particular infoobject. In RSRV Could you please run the following test and if there are any errors you can run repair.
    Tests in Transaction RSRV -> All Combined Tests   -> Master Data  -> Check Master Data for a Characteristic
    Regards

  • [svn] 3149: Fix bugs introduced by the display object sharing optimization.

    Revision: 3149
    Author: [email protected]
    Date: 2008-09-08 16:58:35 -0700 (Mon, 08 Sep 2008)
    Log Message:
    Fix bugs introduced by the display object sharing optimization. This checkin should fix ordering problems when dynamically adding/removing graphic elements, and ordering problems when changing graphic element properties that require a display object (rotation, alpha, filters, etc).
    Bugs:
    MXMLG-219: BitmapGraphic component content always rendered from 0, 0 origin.
    MXMLG-220: setting visible property of Rect and Ellipse does nothing.
    MXMLG-222: setting the alpha of a rectangle changes z-order when there are 3 or more rectangles
    SDK-16754: Z-order incorrect when a Group is present
    QA: Yes - the test files from these bugs (or something equivalent) should be added to our standard test suite
    Reviewer: Deepa
    Ticket Links:
    http://bugs.adobe.com/jira/browse/MXMLG-219
    http://bugs.adobe.com/jira/browse/MXMLG-220
    http://bugs.adobe.com/jira/browse/MXMLG-222
    http://bugs.adobe.com/jira/browse/SDK-16754
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/core/Group.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/BitmapGraphic.as
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/graphicsClasses/GraphicElement .as

    This is the great thread ;-)
    My favorite threads are below.
    Munky posted great reply :8}
    SQL Query Help
    order in a connect by

  • Dynamic column display

    I'm trying to produce a stacked bar chart of inventory vs time for our dashboard. Depending on the time of year, our users may wish to have different columns displayed on the bar chart. A canned chart will display, but I have had trouble getting it to keep up with the new columns.
    I've tried using the javascript methods to change the ValueColumns for the display columns, but when I do that, I lose the date display.
    I've tried using the javascript methods to update the XAxisDisplayColumn, but it won't display.
    I've tried writing a .TDCH chart file to the web zone, but that doesn't work either - the chart won't load.
    I can't find documentation on using the login service to import a .TDCH file
    I'm using MII v12.0.10(15).
    Thanks,
    Adam Doyle

    Adam,
    How are you updating the chart after changing the value columns?  If the query is time-based (such as a tag query), the applet refresh() method will update the start and end dates of the query, based on the current time less the duration/duration units, whereas the update methods will use the dates specified.
    The updateChart(true) applet method  reruns the query, and also updates any changes made to the iChart appletu2019s display elements.
    The updateChart(false) applet method only updates changes made to the iChart appletu2019s display elements.
    In my tests, I found that the updateChart(true) method was the one to use.
    Hope this helps!
    Kind Regards,
    Diana Hoppe

  • How to have all columns display in one go in RSA3

    i'm trying to extract the sales order item (2LIS_11_VAITM) thru RSA3 into flat file.
    However, the maximum number of columns is limited to 90 columns ( with a hundreds of hidden fields by default). I don't see the system provide you the user parameter where you can change the output list to ALV grid rather.  Please advise how can I have all the columns displayed in one go ( even if the column header too shorten is fines to me)?

    mask as unanswer

  • Can you modify the default columns displayed in standard lists?

    Hi,
    Is it possible to changes the columns displayed in the standard out of the box lists? e.g. All Companies.
    After making our customisations most objects need to have their standard list columns modified and I do not really want to have to re-create all the standard lists we want to use in order to get relevant columns displayed?
    Thanks for the help.

    Hi,
    I don't believe you can modify the out of the box lists without recreating them.
    Not sure if this will work for you, but a possible workaround would be to use Search Layouts to achieve your desired result. For example, if you were to modify the Search Layout for accounts to reflect all the relevant columns you need to display, then a simple search for "*" as the Account Name would result in a search for All Accounts in the list format you wish to see.
    Hope this helps.
    Regards,
    Cameron

  • 3-column display (or, "I want my WideMail back")

    To me, the biggest short-coming of mail.app is the lack of a 3-column display option. I can't believe that Apple neglected to add this - especially in light of Exchange support (do they think anyone coming over from Entourage might be expecting a standard view that has been around since the 90's?). And especially since Apple doesn't have a non-wide-screen product in the line. Or am I missing a setting in mail.app that will allow me to change the orientation?
    The option I used under Leopard was WideMail. But it does not work in Snow Leopard. The other one out there that I've been able to find is Letterbox. But no Snow Leopard support there, either. Both say "coming" but neither are here.
    Are there any other options out there that work with Snow Leopard?

    Camelot wrote:
    Because it makes poor utilization of the available space and forces users to go out of their way to be productive.
    Either way you end up with poor space utilization and you see why I consider it a poor UI implementation, and something that millions of users have just come to accept as being the way things are, without regard of the practical implications of poor design.
    This can just as easily be turned around to argue the other perspective (pun intended).
    You make some gross assumptions to try to argue your point - things like "most users" and then you compare that back to you personal "survey of one".
    The real point here is that different people work in different ways. For example, I use my e-mail inbox as somewhat of a "to do" list or my action items. When I take care of an item, I then file it under a sub-folder in "Saved". In this config, I need & want to have a long list of in-box items. And using WideMail, I set up a 2-line display to get all of the relevant info that I need. To me, a superior layout for my style & need.
    But I am not arrogant enough to accuse "poor interface design" nor beaten enough to say that "millions of users have just come to accept as being the way things are". To me, you are wrong in both cases. Since almost all other mail clients support the 3-column display, I submit that at least the OPTION of such a layout is superior. And as for those millions of people that have just given up & accepted things, well I think the existence of other e-mail options says something about that. You might want to consider that tens of millions of people use e-mail clients with that 'inferior' 3-column display - typically the default.
    Choice, Camelot, is the point here. This isn't a binary discussion of "this is better than that so just become one of the 'millions' that have given up". Choice.
    I think we all appreciate your passion for your preferred layout. I just wish you would have the flexibility to understand why others prefer and desire otherwise and A) chill out on the false bravado of why we're 'wrong' IYHO and B) not hijack a thread that was supposed to be about any other options to alter the current 2-column layout.

  • Change columns displayed in 'List Accounts'

    Folks,
    I am part way through customising some forms in IDM and would like to change the columns displayed in the 'Accounts->List Accounts' tab. By default, after the userid, you get
         Last Name
         First Name
         Manager
    I want to replace Manager with one of the new custom fields. Can it be done?
    Gavin

    It's been a long time since I've done this and I'm just going off the top of my head but I think you need to edit the UserUIConfig configuration object. In there you should see some entries that you can modify/remove to update the columns that are displayed.

  • How to keep width of columns displaying hard drive contents?

    When one double clicks on the hard drive it opens on the desktop with the various columns displaying folders. I know how to widen the columns in order to read folders with long names, but how does one KEEP them that width? Every time I open my hard drive I have to widen them again. Lame but tedious! Thanks!

    Daisy
    I feel your pain. Actually I find the entire Apple file navigation system cumbersome and intrusive. So I use this handy little thing. You might want to try it....
    http://www.sigsoftware.com/classicmenu/

  • Hierarchy  column display image(Triangle) format need to be changed in obiee11g

    Hi ALL,
    Hierarchy  column display image(Triangle) format need to changed
    For Mobile users of obiee11g, the triangle symbol image is big in size while viewing in mobile phone,i have two issues
    1. I need to reduce the size of triangle image
    2.Need to reduce the spacing between triangle image and the text
    Expecting the  the response ASAP
    Thanks,
    Bala

    Hi ALL,
    Hierarchy  column display image(Triangle) format need to changed
    For Mobile users of obiee11g, the triangle symbol image is big in size while viewing in mobile phone,i have two issues
    1. I need to reduce the size of triangle image
    2.Need to reduce the spacing between triangle image and the text
    Expecting the  the response ASAP
    Thanks,
    Bala

  • Column displaying as an icon instead of/depending on the value

    Hello,
    I use interactive reports and I've a column (IND_CAMP) that can take 2 values : 0 or 1 (the type of the column is "Number").
    I would like this column displays as an icon, depending on the value (a check box, checked or not).
    Must I change my table or can I do this directly in Apex, for example with the conditional display ?
    Or can I add a column, with a different type, connected to IND_CAMP in my query ?
    thanks for your ideas,
    Fanny

    Hi MDK, thanks for your help,
    I'm sorry but I'm new with Apex and PL/SQL...
    My "checkbox" is in fact only a picture, so I've 2 icons, for example icon1.gif and icon2.gif
    And the value I'm interested in is the value of IND_CAMP (0 or 1).
    Should my query look like this...? :
    SELECT MYTABLE.CDE_CAMP,
    MYTABLE.IND_CAMP
    FROM MYTABLE
    CASE
    IND_CAMP.value WHEN 0
    THEN
    '<img src="#WORKSPACE_IMAGES#icon1.gif" />'
    ELSE
    '<img src="#WORKSPACE_IMAGES#icon2.gif" />'
    ENDI can add a column with the icon and hide the IND_CAMP or I can replace it.
    thanks again,
    Fanny

Maybe you are looking for