How to change Order of display variables in WAD.

Hi,
I am woking in BW 3.5 WAD.
I am using a standard template in which 2 queries can be embedded.
now I have different variables in both the queries hence the order of dispaly variables
in not as per my desire.
In query properties we can change the order of varialbes but,
I want to change that order, how do I achieve it in WAD?
Thanks & Regards,
RK.

If you create a regular playlist in iTunes, you have to update it manually.  Remove old podcast episodes and add new ones, put them in any desired playlist order.
If you want to automate the process, you can probably get what you need using a Smart Playlist.  To create a new Smart Playlist, click the plus sign below the iTunes sidebar, and select New Smart Playlist.
Check the box for Match ALL of the following rules.  Then add the rules needed to get what you want on the list.
The first rule you need is to put podcasts on the playlist. 
Media Kind - is - Podcast
To exclude podcasts that have been played
Plays - is - 0 ("zero")
Those two rules should give you a playlist with unplayed podcast episodes.  To include only specific podcasts, not all podcasts, use the checkbox for Match only checked items (and you'll need to uncheck the podcasts you don't want on the iPod). 
Also check the box for Live updating. 
Click OK.  See if that Smart Playlist creates a playlist with the podcast episodes you want.  If you need to change the rules, right-click on the Smart Playlist and Edit Smart Playlist.  You can post back if you have some other ideas that you want "translated" into rules.
To put the podcast episodes in order by Date Added, select the Smart Playlist in iTunes so that you see the list of items.  If Date Added is not one of the columns shown on the list, right click in the list's header area and select Date Added.  To sort by Date Added, click on Date Added in the header.  Click on it again, if you need to reverse the order.
Sync that Smart Playlist to the shuffle.   It should play in the order shown in iTunes.
An iPod shuffle is meant to be a simple device.  It doesn't have a screen (where you can change a bunch of preference settings), so it is designed to operate in a certain way.  If you need the iPod to work more flexibily, you may want to get an iPod nano instead.

Similar Messages

  • How to change the font of variables in smart forms dynamicly

    Dear all,
    Is there any suggestion of how to change the font of variables in smart forms dynamicly?
    Thanks in advance.

    Hi,
    You cant change the font dynamically but tell me the scenario I will try to give the solution.
    Regards,
    Nageswar

  • How to change the public display name?

    How to change the public display name since the last person left the job and I am not new person take it.

    Hello,
    The TechNet Wiki Forum is a place for the TechNet Wiki Community to engage, question, organize, debate, help, influence and foster the TechNet Wiki content, platform and Community.
    Please note that this forum exists to discuss TechNet Wiki as a technology/application.
    As it's off-topic here, I am moving the question to the
    MSDN and TechNet Profile and Recognition System forum.
    Karl
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
    My Blog: Unlock PowerShell
    My Book:
    Windows PowerShell 2.0 Bible
    My E-mail: -join ('6F6C646B61726C406F75746C6F6F6B2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})

  • How can I show the Text variable in WAD 7.0

    Hi All,
    How I can show the text variable in WAD 7.0??
    Kinsly suggest me..
    Re

    Hi,
    As far as i know u do not need any special web item to display the text variable as such. have a analysis item in u r WAD and assign query to the same. Ur variables appear as per the configuration u have made in the query designer. WAD has nothing to do.
    Regards

  • How to change order unit in ME22n for particular vendor

    Dear All,
    We have defined ordering unit in material master as "L".
    For other vendors & new PO we get proper ord.unit display.
    But we r not getting in PO of particular vendor.
    How to get order unit in ME22n ? What is the relation of order unit with Vendor ?

    Hi
    Did you ordere the particular material for the vendor concerned already with different Order unit (SKU),  this might be the reason why you are not getting the ordering unit in PO while ordering. Did you maintain the details of conversion in master between SKU & Ordering unit,if yes, then check for Info Record for the material and vendor combination and in the Genaral Data Tab chek for the variable order unit activation if not available then activate it and if the system is asking the conversiondetails enter herr the conversion also. Now if you create PO you will be able to assigne the new order unit.
    Regards

  • How to change value of instance variable and local variable at run time?

    As we can change value at run time using debug mode of Eclipse. I want to do this by using a standalone prgram from where I can change the value of a variable at runtime.
    Suppose I have a class, say employee like -
    class employee {
    public String name;
    employee(String name){
    this.name = name;
    public int showSalary(){
    int salary = 10000;
    return salary;
    public String showName()
    return name;
    i want to change the value of instance variable "name" and local variable "salary" from a stand alone program?
    My standalone program will not use employee class; i mean not creating any instance or extending it. This is being used by any other calss in project.
    Can someone tell me how to change these value?
    Please help
    Regards,
    Sujeet Sharma

    This is the tutorial You should interest in. According to 'name' field of the class, it's value can be change with reflection. I'm not sure if local variable ('salary') can be changed - rather not.

  • How to change the number displaying rows in a table

    Hi all,
    i have a table for resources in Debrief Work order (Standard Screen), we need to change the default displaying rows. inistially it displayed 3 empty rows.
    i tried to change the Records Displayed for the table but it did not affect.
    also it is possible to change the "Add 3 rows" button in the table to add for example 5 rows instead?
    any idea?
    Regards,
    Mahdi Charara

    Hi,
    Through personalization we can do.On standared page top right u will find personalization link.click on the clink next expand all there find apporiate table .Here u will fine reorder button set as u want display and save. then u can see the change.For add row functionality u need to extend the co.

  • HT4623 how to change from enlarged display to normal display on IPHONE5

    how to change enlarged display to normal display on IPHONE 5

    Settings > General > Accessibility > Zoom.
    This can also be changed when the iPhone is connected to iTunes. Available under the Summary tab for the iPhone sync preferences with iTunes below Options > Configure Universal Access.

  • How to change unicode of a variable in PowerShell

    Hi
    I am trying to store a value of a git command into a variable. The command results in a name that contains a Danish Alphabet character. When I give that git command only, on the prompt I get the correct result. As shown below:
    PS C:\WINDOWS\system32> git config user.nameJohn Møller
    but when I store the result of this command into a variable and then display that variable I get different result. what wrong am i doing? Is it something to do with unicode utf8? can I use get-content -encoding utf8 to change the unicode setting of a variable.
    I know get-content work with files.
    PS C:\WINDOWS\system32> $nameingit = git config user.name
    PS C:\WINDOWS\system32> $nameingit
    John M├©ller
    Any help will be appreciated.
    Regrds

    This is my code which I am trying to run i PowerShell. I am simply comparing two values. One is coming from a command "$nameingit = git config user.name" and other from $name which full user name of the current user on the machine. next, i first
    check if there is any special character in the $name or $nameingit. if it is there then i try to use get-content command to change the unicode to utf8. But it does not work for me. All the links talk about sending out put to file in utf8 but I want to change
    the unicode of variable itself so that it can read danish alphabets.
    $nameingit = git config user.name
    $dom = $env:userdomain
    $usr = $env:username
    $name=([adsi]"WinNT://$dom/$usr,user").fullname
    if ($name -match '[^a-zA-Z0-9 ]')
    $name = Get-Content -Encoding UTF8 $name
    if ($nameingit -match '[^a-zA-Z0-9 ]')
    $nameingit = Get-Content -Encoding UTF8 $nameingit
    if ($nameingit.trim() -eq "$name".Trim()) 
    $usrchk = "PASS"
    else
    $usrchk = "Failed"

  • How to change the value of variable in .bpel file

    Hi,
    How can i change the value of variable in .bpel file at time of deployment.
    Can it be possible with configplan.xml or deployment descriptor?
    Thanks
    Richa

    You cannot change the value of variable in .bpel file using config plan. If you want to change value at runtime , you can use Preference variable. Below is the blog to help you understand more.
    http://eelzinga.wordpress.com/2009/10/28/oracle-soa-suite-11g-setting-and-getting-preferences/
    Cheers,
    Durga
    Please remember to mark appropriate posts as correct/helpful. For the long run, it will benefit us all.

  • How to change order data in APO

    Hi,
    I am keen to know on ways to change order data in APO say order category BI.....we want to change date by taking input from cif user exit APOCF006.We need this information for the ongoing  project.
    I know two options...1) using BAPIs  2) Not very sure about this option ...Function Module:/SAPAPO/OMORDER*CHANGE.
    Could you  please help to have better understanding on ways to change orders  in APO?
    Thank you
    Best Regards
    Nilesh Patil

    Hello Rishi,
    Thanks for your reply.
    Demand node ofr purchase Ordre( BF) in SNP is Conrel( BI category). We want to change date( start date) at this demand node . We will get this date from R3 using say non cif method.
    There are few ways to do it....
    1) If we ignore Menas of Transport( so essentially transit time or lead time in tlane)  in that purchase order  and change this requirement date directly using purchase order save BAPI( requirement node) ......Question will system allow us to do so and even if it allows us to do so will it casue some problem( inconsistencies) later?
    2) Second option I am thinking is...
    For one product we maiantain GR processing time in product location master and this is considered while determining strat date of BI (Start date=  Delivery date -GR procesisng time- means of Transport lead time - some other times ....). For this product let's say we have 100 Purchase Orders (BF). We have requirement that each of these POs should get separate treatment while calculating Start date. It means start date can be different for different POs and once we change it forcibly then it shoulkd not change unless we again change it forcibly.
    We are thinking to change GR processing time at runtime wheneveer Purchase Order is changed. So if GR time in product location master is 1 day ....for different Purchase Orders different GR processing time can be considered. Say for Po1...its 2 day...for P2 its 4 day.
    Or similar way we  can change transit time as given in means of transport in tlanes.
    Will appreciate your or anyone's comment
    Thank you
    Nilesh

  • How to change the colour of chart in WAD.

    Hi,
    I have problem with web report. The web report with bar charts used to show with different colours earlier. Now when I execute the web report, the chart displays in single colour (All the rectangular bars in the charts are displayed in single colour say for example red). customer would like to see the chart with different colours. Please put some lights on it how to change the colour of chart in the report.
    Thanks,
    Sravan.

    Hi Krish,
    I have followed the steps which you suggested, but I am unable to see the changes when I execute the web report.
    I could able to see the colour changes to the bars in the chart in the preview (i.e when I select the series 1 and change the colour for series 1 under Area properties). Like that I have done for all the 5 series, then I have clicked on Complete button, saved the web template and executed it, and I could able to see the changes in the preview but not in the report after execution.
    I have two charts in my case, one is <b>Job function</b> chart and the other is <b>Job type</b> chart. The Job function chart is displaying with different colours from the begining, but the job type chart is displays all the columns in RED colour.
    Is there any setting I need to do after selecting the colour at the series level.
    Please correctt me if I am worng in doing the procedure.
    Please update me how to do it...It is usefull if you can come back to me ASAP .
    Thanks,
    Saravanan.
    Message was edited by:
            SARAVANAN PAYANI
    Message was edited by:
            SARAVANAN PAYANI
    Message was edited by:
            SARAVANAN PAYANI

  • How to change order of report painter columns

    I have a report which shows the columns in one order when in design mode in GRR2 but when the report runs, the columns display in a different order.  When in design mode, you can see the actual output order by clicking the form overview button and selecting the columns tab.
    I am trying to figure out how to set the column order, short of deleting all the columns and recreating them.
    Does anyone know if there is an easy way to do this?
    Thanks all!
    Bob

    Doug,
    using MDC with SAP is ok. Try the following:
    - Use SE14->Edit->Storage Parameter->For new creation and specify the ORGANIZIE BY DIMENSION clause.
    - Go to the change-mode for the table in SE11. Switch to the 'Fields'-Tab and select the complete second line. Then click on 'Cut'.
    - Now select the first line in the same way and click on 'Paste'. By doing so you moved the field at position 2 to position 1.
    - Save the changes, click on 'Check' and, if that succeeds, click on 'Activate'.
    Hope that helps.
    Regards,
                                 Johannes

  • How to change order of columns in SAP Query

    Hi,
    I am working on SAP Query for first time using txn SQ01. Have some doubts on it.
    ->  If i want to change the order of the fields in the output in an existing sap query, i could not find any
       way other than deselecting the fields and again selecting them in the order they want to be. Is there any
       other way for this ? By the way, can we create an SAP query without an info set.
    Thanks in Advance.

    Hi Prasad,
    Please take notice of the [Forum Rules of Engagement |https://wiki.sdn.sap.com/wiki/display/HOME/RulesofEngagement] ]
    here you can read
    Step 3: Provide Feedback and an Update
    Finally, it's nice to follow up with a brief update if you found the solution. People may try to help not because they know the answer, but because they are interested in solving the same problem; or people may just encounter the same issue in the future and be searching the archives. It's a good way to give back to the community, irrespective of whether you are a beginner or an expert.
    We are interested not so much that but much more how you solved your question.
    Thank you for cooperation.
    Clemens

  • How to change language on display of Laserject Pro MFP M225dn?

    I accidently selected a wrong language on a display. It is showing as arabic or similar. I would like to change it to English but can't find how to do that. Please help!

    I am trying to add primitive syntax highlighting to my JTextPane and have serious problems which I already stated in this forum. Now I read from uncle_alice that the text package from swing is not ment for that and that I need to write my own JTextPane and my own document and view.
    Can you explain what you mean by "writing my own JTextPane and View and Dcoument".
    My own Document I already have in order to provide SQL-highlighting.
    But what exactly do you mean by suggesting to write my own View! Whoever uses JTextPane doesnt really have much to do with its view. Can you give me a hint as I am completely stuck with an Exception : "javax.swing.text.StateInvariantError: GlyphView: Stale view: javax.swing.text.BadLocationException: Length must be positive"
    can you pinpoint the standard text-package's deficiency? it lacks what? what is the best work around?
    cheers
    ioannis

Maybe you are looking for

  • Airplay no longer works

    I have my internet set up through an airport extreme with an apple tv 2 connected to my tv. I just moved apartments after the school year, so the airport sat unplugged for about two months, I moved into my new apartment for the school year and wanted

  • WL 8.1 SP6 to WL10.3 upgrade any TIPS on "JMS, EJB, Web Service, JDK" etc?

    We are upgrading from BEA Weblogic 8.1 SP6 to Oracle Weblogic 10.3. The application running on WL 8.1 SP6 provides the services like - Web Service consumer, JMS server/consumer, RMI server. The JDK under WL 8.1 being 1.4. We have a mix of client appl

  • Best Options for a 60" 3D television?

    I don't want to go above the $1600 prictag. I've been researching TVs for the past week and I'm just getting overhwelmed with all the different TVs and the reviews. I was set on getting the Vizio M601d-A3R because it had great reviews and the price w

  • How do I add several discs as a single album to my iTunes library?

    How do I add several discs as a single album to my iTunes library?

  • SMTP Server

    Hi guys, i have a question for you: i have a program which uses a smtp server, do you know a free smtp server? and i have one more question: what do i have to do to use a smtp server? do i have to install something? and/or using the smtp server depen