(Hopefully) Easy Sort Question

We have a subsite that contains 14 document libraries.  Each library has 1 write up uploaded as a word document with a folder where additional information relating to the write up is stored.  So when you click on the document library you see
the folder and then the document.  Is there a way that I can change this so that you always see the document first?  I know you can click on the heading and sort by descending and it will change, but I'd like for this to be the default view. 
I know this is small, but the library is also displayed on the main page in a web part.  My boss would like the main page to read so that the document is first and then the supplementary information within the folder comes second.  If it can be
changed within the webpart but not in the actual document library, that will work
Thank you for your help!

Hello,
You can create custom view and show only files on home page without folder. Just go to your library settings-->create or modify view-->then scroll down to folders section and select "Show all items without folders" radio button.  
Now add this library as webprt on page and edit thsi webpart and select yoru view from view dropdown.
http://office.microsoft.com/en-in/windows-sharepoint-services-help/displaying-sharepoint-lists-in-web-parts-HA001126557.aspx
Correct me if i misunderstood you
Hemendra:Yesterday is just a memory,Tomorrow we may never see
Please remember to mark the replies as answers if they help and unmark them if they provide no help

Similar Messages

  • (Hopefully) easy audio question

    I'm recording on Soundtrack Pro, using a 30 dollar vocal dynamic mic from RadioShack, but when I hook it up, it only reads very, very softly. Even if my mouth is right on the mic, I can barely make the levels jump all the way. Additionally, it only records on the left track.
    Is there an easy fix to this, some setting I'm not using? Thanks for any help.

    A dynamic mic will need a mic preamp to work. The "mic" input on a laptop or any standard soundcard will only work with a little (I think it's called) electret http://en.wikipedia.org/wiki/Electret
    mic found on cheap headsets and built into web cams.
    A cheap solution that will give you much better results is a USB mic. Those are basically a decent condenser mic and USB sound card all in one.
    ~Jay

  • Hopefully easy question...

    I am new to TestStand and have a couple of (hopefully) easy questions.  I am using TestStand 3.5.
    1)  I have written a couple of sub-sequences in another file that we use for common tasks.  Some of the parameters we pass will always be the same variable name.  Is there a way I can get that default parameter name to show up when I write the program to call this sub-sequence so I wont have to enter it each time?
    2)  When I run a program that calls a sub-sequence in the above file, the first time I run it, I get an error saying the resource already exists...  If I open the sub-sequence file in TestStand, and then close it, it is fine after that.
    Thanks for your help!

    With TestStand the answer is usually 'yes' it is just a matter of which way is best for you.
    1)
    TestStand has a full application interface so that you can pragmatically read parameter names and types, and populate calling programs with the right stuff.  This takes some learning.  There may be an easier way depending on what you are doing.
    I'm not sure what you mean when you say you write a program to call the subsequence.   In  TestStand 4.0 ( don't have 3.5 installed) you can create a Sequence Call template step that can be used in new sequences that you program.  That is, I can open a new sequence, drop a generic Sequence Call step and rename it, configure it to call your subsequence by choosing the right path, sequence file, values/expressions to be passed to the subsequence, and then I can save this step as a template (drag to the Step section of the template window).  Then, when I have a brand new sequence, I can drop an instance of this template step into my sequence, with the parameter values preconfigured.  Assuming all the expressions are valid, you're ready to go. 
    2)
    Without more information I can't help with this one.  Perhaps the sequence file that contains the called subsequence is not in one of your search directories (see Configure>>Search Directories) and therefore it can't be found until you open, identify and save the calling sequence file. What error code are you getting?

  • Sorting question over state...

    Hi there,
    Anyone know where you amend the over state / hover of an option in a sorting question ???
    Been looking in the object style manager but can't find it in there...
    Thanks in advance...

    You are talking about the partially transparent grey bar that appears when hovering over an answer in the Sequence type of questions. There is no style that can be customized AFAIK. It is not even changing with the included themes. Same is valid for the connecting lines in matching questions that are always black, color cannot be changed for them neither. It is a pity, would recommend you enter a feature request to be able to customize the color of both the hover bar and those lines.
    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
    Lilybiri

  • Havent a clue! Please help! Easy ABAP Question!

    Helly Gurus
    I am loading from a dso to a cube and doing a lookup on a second dso.
    eg
    'Name' is in the DSO1
    I lookup 'Address' from DSO2
    Then load to the cube.
    The problem is there may be more than one address so although I have coded the lookup to
    find all addresses, I do know how to get these into my results.
    Only the first address it finds is there.
    loop at DATA_PACKAGE.
        select * from DSO1 where
        NAME = DATA_PACKAGE-NAME.
        if sy-subrc = 0.
          move-corresponding DSO2 to itab1. collect itab1.
        endif.
        endselect.
      endloop.
    What do I need to do to get all of the results?
    I am in 3.5 so do not have the use of an End Routine.
    Thanks
    Tom Tom

    you need to do several treatments in fact you need to add records on the data_package (by the way it is not an easy ABAP question as you mentioned !)
    So
    Treatment 1: select all the records from ods2 table of adresses outside the loop
        select names adresses
        from ods2
        into table g_itab_ods2
          for all entries in data_package
          where name eq data_package-name.
    Treatment 2: delete double records of the internal table.
        delete adjacent duplicates from g_itab_ods2 comparing names adresses.
    Treatment 3: loop over the data_package. Within this loop read the internal ods2 table and loop over it to assign the corresponding adresses. Then append the results to the temporary data_package_tmp and move all the records to the initial data_package.
    loop at data_package assigning <data_fields>.
       read table g_itab_ods2 into l_g_itab_ods2
          with key name = <data_fields>-name.
          if sy-subrc eq 0.
            loop at g_itab_ods2 assigning <adresses>
            where name                = <data_fields>-name.
              <data_fields>-adresses= <adresses>-adresses.
              append <data_fields> to lt_data_package_tmp.
            endloop.
          endif.
        endloop.
        data_package[] = lt_data_package_tmp[].
    free lt_data_package_tmp.
    this should do what you want to do. hope this could help you out.

  • Hopefully easy question: the number keypad stopped working!

    OK, this is a super-minor problem, but I'm hoping that means it's an easy one to fix!
    I normally rely on quickkeys or keyboard shortcuts, like in Logic when you just hit the "0" on the number keypad which takes you back to the beginning of the piece. Problem: it stopped working! Now when I hit the 0 I just get the penalty beep. I did trash my preferences earlier today, because I was having problems with a 3rd-party plugin. But I can't find a place in Preferences to enable the number keypad keys.
    Help!
    Kirby

    If you trash your prefs you automatically delete your Keycommands with it so you should save/export them first before trashing the prefs. Now open the Key command menue, enter "stop" in the little Spotlight menue and reassign the "0" to the command stop.

  • Quick (hopefully easy) question about rotating video...

    I'm going to be shooting some video soon that I will later be editing with FCP. I'm going to shoot the video on a Canon Vixia HF10 (AVCHD) camcorder.
    In the situation I'll be shooting, with the mount I'll be using, it would be much easier for me to shoot this video with the camera fully upside-down.
    If I shoot the video fully upside down, can I easily rotate it 180 degrees in FCP with no loss of quality?
    Thanks!

    An interesting thing about video that is shot upside down is the ballistics of the camera movement can be weirdly disconcerting. For instance, if it's a helmet- or wing-style mount, pans and tilts just feel odd.
    As Eric suggests, flipping the image 180 degrees is easy but practice and evaluate.
    bogiesan

  • Silly question, but hopefully easy

    Where is the setting to only sync the songs with checkmarks next to them? I can't seem to find it and I thought it was in preferences???
    I have days I want to hear George Carlin, but not every day if you get my drift.

    Thank you. Every time I have looked at those tabbed pages has been only to update/restore my iPod.

  • Easy Newbie question (hopefully)

    Hello,
    I am a Lotus Notes developer and I need to write some code in Java.
    I found an some open source package called Httpclient (http://jakarta.apache.org/commons/httpclient/2.0/index.html ) that does exactly what I want. (HTTP Post & Get inside the Notes client in the backend).
    I amusing eclipse 3.0/ JDK 1.4x/ Win XP SP2
    My problem is that eclipse does not seem to recognize my import statements
    I have put the jar file in c:\Lotus\Notes\httpclient\
    I have included the following in my Path statement in the environment variables:
    C:\Lotus\Notes5;C:\j2sdk1.4.2_06;C:\Lotus\Notes5\httpclient;C:\Lotus\Notes5\httpclient\commons-httpclient-2.0.2.jar
    In eclipse under Preferences\Java\Build Path\user libraries i added C:\Lotus\Notes5\httpclient\commons-httpclient-2.0.2.jar.
    I copied the following example code into a new class:
    import java.io.File;
    import java.io.FileInputStream;
    import org.apache.commons.httpclient.HttpStatus;
    import org.apache.commons.httpclient.methods.InputStreamRequestEntity;
    import org.apache.commons.httpclient.methods.PostMethod;
    * Example how to use unbuffered chunk-encoded POST request.
    * @author Oleg Kalnichevski
    public class ChunkEncodedPost {
    public static void main(String[] args) throws Exception {
    if (args.length != 1) {
    System.out.println("Usage: ChunkEncodedPost <file>");
    System.out.println("<file> - full path to a file to be posted");
    System.exit(1);
    HttpClient client = new HttpClient();
    PostMethod httppost = new PostMethod("http://localhost:8080/httpclienttest/body");
    File file = new File(args[0]);
    httppost.setRequestEntity(new InputStreamRequestEntity(new FileInputStream(file)));
    httppost.setContentChunked(true);
    try {
    client.executeMethod(httppost);
    if (httppost.getStatusCode() == HttpStatus.SC_OK) {
    System.out.println(httppost.getResponseBodyAsString());
    } else {
    System.out.println("Unexpected failure: " + httppost.getStatusLine().toString());
    } finally {
    httppost.releaseConnection();
    No matter what I do eclipse always tells me that the httpclient package cannot be resolved.
    I have looked through this forum for answers plus tried to find some eclipse specific ones(not many)
    I relativly sure this is a configuration issue or a code 18 but Java not being my strong suit so the answer eludes me.
    Any help or suggestions would be appreciated...
    Karl the Notes guy......

    So I should remove it?
    Also what is the proper location within the workspace
    folders to put a jar files?Pretty much whereever you want to. However, I'd suggest that you copy that jar file in the project's directory tree, not in Lotus Note's directories (it doesn't belong to Lotus Notes, but rather to your app). The master copy of it should be in something like a /jakarta/commons directory, and then copy that jar to your application's directory structure.
    +(root) - your project's root folder
    |--- src/java - your source code
    |--- lib - external jars your app needs, including the httpclient jar

  • OEM Grid Control Newbie ... hopefully easy question

    I am trying to setup a simple "SQL script" corrective action and want to pass in the object being monitored to the script. For example, in my tablespace %used metric I have defined a corrective action that calls a SQL script on the local host. I want to be able to pass in the tablespace name that raised the alert to the script. When I place the %key_value_name% in the parameters section the corrective action does not work. It doesn't permit me to choose %key_value% as would appear to be the most suitable target property. I am trying to avoid hard-coding the name of the tablespace upon which to take corrective action in the CA script. I feel like I am missing something very simple here.

    Just verified and it appears to work out of the box.
    Fix it job I put on a broken job metric:
    WHENEVER SQLERROR EXIT FAILURE;
    spool /tmp/mylogfile
    set feedback on
    set heading on
    set echo on
    select sysdate from dual;
    select '%metric%' from dual;
    select '%metric_value%' from dual;
    spool off
    The details of the alert job firing:
    Output Log
    SQL*Plus: Release 10.2.0.2.0 - Production on Wed May 2 11:58:24 2007
    Copyright (c) 1982, 2005, Oracle. All Rights Reserved.
    SQL> SQL> SQL> SQL> Connected.
    SQL> SQL> SQL> SQL> SQL> SQL> SQL> SQL> SQL>
    SYSDATE
    02-MAY-07
    1 row selected.
    SQL>
    'BROKENJOBCOUNT'
    Broken Job Count
    1 row selected.
    SQL>
    '1'
    1
    1 row selected.
    SQL> SQL> SQL> SQL> Disconnected from Oracle Database 10g Release 10.2.0.2.0 - Production
    And the spool file as well:
    $ more mylogfile.lst
    SQL> set feedback on
    SQL> set heading on
    SQL> set echo on
    SQL> select sysdate from dual;
    SYSDATE
    02-MAY-07
    1 row selected.
    SQL> select 'Broken Job Count' from dual;
    'BROKENJOBCOUNT'
    Broken Job Count
    1 row selected.
    SQL> select '1' from dual;
    '1'
    1
    1 row selected.
    SQL> spool off

  • Hopefully easy 10g 9i question

    I have had 9i installed on a Windows 2003 for a long time with a number of databases and recently installed 10g. I have no problems creating a 10g database however I need to create a 9i database. The server thinks there is only one oracle home in the home selector. I have changed the environment variables so the oracle home is 9i and the path has all the 9i locations first. Sql plus runs as 9i but when I start nomount the pfile for the 9i database it starts in the 10g engine. Please help me and tell me what I need to do so I can switch between the two on Windows. Thanks

    Try it from dos-prompt like:
    c:\ set ORACLE_HOME=<9i_home>
    c:\ set ORACLE_SID = 9i SID
    c:\ set PATH = 9i_ORCLE_HOME/bin:$PATH
    c:\ sqlplus / as sysdba
    c:\ startup nomount
    Daljit Singh

  • Hopefully easy self-contained QT question...

    If I make a self-contained QT file, would I then be able to take ONLY THAT FILE to another computer for compression? My lengthy project is extremely heavy on effects, so I'm unsure if all the plug-ins and render files needed to make the original project would ALSO be needed on the other computer...
    Thanks, ahead of time!!

    If I make a self-contained QT file, would I then be able to take ONLY THAT FILE to another computer for compression?
    Yes.
    Though the length your project - and, by extension, what codec you've used - will determine your options when it comes to physically transferring between machines.
    That is, whether or not you can fit it onto a Data DVD or you'll need to attach an external drive to do the transfer. Just to name two basic workflows.

  • Hopefully easy question that I can't for the life of me figure out

    I accidentally removed the ethernet pane in the network panel of system prefs.
    Now, when I click the button to add it back, it gives me the option for "ethernet 2," implying the first one is still…something.
    How to I just get that default panel back?
    More specifically, is there a way I can just reset my network prefs to default?
    thanks, hope to hear.
    -Griffin Wade

    Create it as Ethernet 2, then rename it via the action button next to the plus & minus signs.

  • Hopefully easy IPCC script /Announcement question

    I am new to using forums so please forgive any faux pas.
    I have IPCC Express Enhanced 4.04
    How do I keep the "Welcome to the Automated Attendant" announcement from coming up at the end of the greeting I have in place?
    Thanks in advnace for any guidance.
    Tania Horne

    The script must have another step in it that is playing that prompt. If it isn't clear what step is the culpret, you can start by performing a Reactive Debug of the script and walking through it step by step. When you hear the undesired prompt you can remove it.
    Are you using the default aa.aef script?
    If so, what changes did you make to it? I believe you can change that greeting prompt from the application parameters.

  • Last sorting question Itunes!?

    Hi there,
    I haven't really found the answer i was looking for in this support community. Hopefully someone has the right answer for me. Sorry for the image being Dutch, but i will explain in English.
    The thing i want to do is:
    1. Being able to see a various artists album in one group (1 coverflow). This i know how to do, on the left side of the image you'll see.
    Naam = name or title if you like
    Artiest = artist
    Album-artiest = album artist (by keeping this in format of Various Artists, this keeps the album ''together'' as one cover)
    Album = Album
    On the right side
    Naamsortering = name sorting (obvious blank, since there are multiple titles in this album, otherwise it sorts no more on the artist which i prefer instead of                          title order)
    Artiestsortering = Artistsort (here i copied the artistname, so in the artist list it sort there on alfabetical order) Doesn't work btw see part 2 of my question.
    Albumartiest-sortering = (here again i copied the artistname, so when you view a album it sorts the tracks on artist order, i like that!)
    Albumsortering = albumsort (this is for sorting the album between other albums on alfabetical order)
    So i think i got this end covered. Now for part two.
    2. Search on my Apple TV within artist for example: ''Ultravox'' (see picture above).
    The problem i'm having here is that this artist ''Ultravox'' couldn't be found by the search query of my Apple TV. Why is that? I stated that the Artist is named ''Ultravox'', but never the less it can't be found unless i change the album-artist field into ''Ultravox''. But this looses the keeping the album ''together'' as one cover.
    So could anyone tell me if its possible to maintain the various artist album and still be able to search for an artist in this album on a Apple tv?
    Already many thanks in advance for your time and help

    Ah, that's the same fix as I describe in One album, still too many covers. I've no idea why iTunes does this one either. Funnily enough it seems to happen sometimes when I rename an existing album which is properly grouped so I know the values must be consistent because I've only just changed them, and did so all at the same time.
    tt2

Maybe you are looking for

  • How to parse XML for internal table

    hi guys, I would like to know how to parse xml for an internal table. I explain myself. Let's say you have a purchase order form where you have header data & items data. In my interactive form, the user can change the purchase order quantity at the i

  • Judging a Professional Grade

    Hi, this may seem like an amateur question (well, it is, I guess), but here's my issue: I just got into using Color v1 after many years on FCP and I bought myself a Matrox MXO2 Mini (Composite/Component/HDMI out) to help my grading. At home I have an

  • Duplicate Idoc in XI

    Hi Friends we are facing a issue ,please help me from getting out from this when ever idoc created in R/3 and it has status of 01, 30 03,29,01,30,03,finally 41.when i monitored in XI IDX5 we foind the same IDOC 2 times ,can some one explain what migh

  • [RFC][Authorization] Prevent Dump on RFC Call

    Hi, I would like to have a tool to check consistencies throughout different SAP systems for a given user. For this, I call the Bapi called 'BAPI_USER_GET_DETAIL'. The problem is that, depending RFC user defined in SM59, it may end by a DUMP. Thus, is

  • Anyone using pyxis service?  They ask for our shared secret

    The pyxis reporting system offers enhance analysis of iTunes U reports but because they ask for our shared secret and debug address, I have to ask around to see what others think of this.  Is anyone using it?  What is your experience with it?  Are th