Multiple combination of filter values - Please help

We have a query with three filters. One for Sold-To (with optional entry) and another for Ship-To (with optional entry).  The thrid filter condition is based on cal month/year.
Now, the user wants the following way ( and they don't want to use the single values or ranges from the filter options)
First filter condition - Sold -To (ABCD) and Ship To (EFGH)
Second filter condition - Sold -To (JKLM) and Ship To (NOPQ)
Third...
Fourt....
Fifth......
upto 10 filter conditions..
With the common Cal month/year  filter.
How can we achieve this? Advance Thanks.
BW Learner

Hello
What you have to do is create a structure
In you first selection you take the SOLD TO and restrict to the value ABC then you take the SHIP TO and restrict the DEF then take the KF required.
In your next selection you do the same but with SOLD TO value GHI and SHIP TO value JKL and same KF and so on for the following selections.
The cal month year can be added too either through variable (in that case the selected period will applies to the whole query) or by restricting its value just like SOLD TO and SHIP TO.
You can not make multiple selection through variable unless you re run your query and change the value of those varaibles.
Another way is to display all possible combinations of SOLD TO and SHIP TO but I'd rather go for the first solution with the structure ... that will work fine
Rgds,

Similar Messages

  • Lightroom 5 slowdown, my post processing times have tripled and the develop tasks take multiple seconds for one adjustment, Please Help. . . .

    my post processing times have tripeled and the develop tasks take multiple seconds for one adjustment, Please Help. . . .

    my post processing times have tripeled and the develop tasks take multiple seconds for one adjustment, Please Help. . . .

  • I'm getting error as adobe Illustrator crashes while loading the multiple pages PDF file. Please help me. Thanks in advance.

    Hi,
    I'm getting error as adobe Illustrator crashes while loading the multiple pages PDF file.
    Please help me. Thanks in advance.

    Hi Monika,
    I have downloaded the script to load the multiple page of pdf file.
    I tried loading the multiple page PDF file via File Menu -> Scripts -> Other Script...
    After executing the script file -> Browse and enter the page number - > OK
    The PDF file is looks like created from word document. There are total 120 pages in this file.
    PDF file size is 20 MB.
    I'm still searching for the solutions. Please help me.
    Thanks,
    Lavprasad

  • Issues while joining two tables as the joining column has duplicate values - Please help!

    Hi,
    I have a table A -which has few columns including a Amount column - I am joining this table A to Table B. The joining column in B has duplicates.  So, the number of records are getting more after the joining. As per the requirment when I create a table
    after joining the tables and count the salary clumn, there is a difference in the counting. How can I solve this? Can you please help me?
    Here is the DDL and sample values
    create table #student (sid int, name varchar(10),salary int)
    create table [#address] (sid int, city varchar(10),grade char(1),lineneumber int)
    insert into #student values (1,'sachin',8000)
    insert into #student values (2,'Dhoni',2000)
    insert into #student values (3,'Ganguly',7000)
    insert into #student values (4,'Kohli',1000)
    insert into [#address] values(1,'mumbai','A',1)
    insert into [#address] values(1,'mumbai','B',2)
    insert into [#address] values(1,'mumbai','C',3)
    insert into [#address] values(1,'mumbai','D',4)
    insert into [#address] values(2,'JARKHAND','D',3)
    insert into [#address] values(2,'JARKHAND','D',4)
    SELECT S.SID,NAME,salary,CITY ,grade,linenumber
    into #FINAL
    FROM #STUDENT S
    LEFT JOIN #ADDRESS A
    ON S.SID=A.SID
    SELECT SUM(salary) FROM #FINAL
    --44000
    Final result should be 18000 , but it is coming as 44000. can you please help me to get the correct result - what do i do in the joining?
    In my real project, i have 5 tables joining, each table have more than 30 columns and few joining tables joining column have duplicates. I have simplified the issue so that i can ask the question clearly. So,while answering, please consider that also in mind.
    thanks in advance for your help!

    SELECT S.SID,NAME,salary,CITY 
    into #FINAL
    FROM #STUDENT S
    LEFT JOIN (SELECT DISTINCT sid,city
    FROM #Address) A
    ON S.SID=A.SIDthis will do a join on student table and city table with unique sid and city name so adddress selection will be sid city1 mumbai2 jarkand

  • I'm having multiple problems with Lion.  Please help!

    I downloaded Lion on the first day or release and it has been a very frustrating experience.  Today,  I reinstalled Lion hoping a fresh install would fix my woes but the problems persist. I'm in desperate need of advice and would appreciate any help from the gurus out there!
    I have a 24" iMac with the following specs:
    Problem 1)  Ever since I installed Lion Safari is a nighmare.  Roughly 30% of any given website loads.  Below is a screenshot of www.apple.com:
    Problem 2)  No matter how many times I uncheck "restore windows after closing application" my mac opens EVERY window that was open previously. For example, I do a lot of graphics work and use Preview as my image medium.  Every time I open Preview 100 + images load unless I go through each one of them individually and close each window.  *****. 
    Supposed solution: 
    What Preview looks like each time I open the app:  100+ Images
    Problem 3)  Even with 4 gigs of ram my Ram is constantly ran into the ground ever since the upgrade and my computers performance is in the gutter.  I have to constantly use "MemoryFreer" to free ram which is sometimes down to 14 MB free out of 4 Gigs.
    PLEASE HELP!  Thank you!
    Justin

    RáNdÓm GéÉzÁ wrote:
    Whether the line is old and tired or not, people are free to express their woes along with trying to find a fix.
    TBH, Lion is a bit of let down, regardless fo whether there are issues present or not on your particular setup/system etc.
    If a clean install has not fixed the issues above, I would be tempted to appraoch a Genius Bar and show them the problems. This may be faulty RAM and something that needs to be demonstrated, before a fix or repair can be considered.
    Best of luck.
    Yes you are correct, and as the OP did, questions are asked and other users try to answer. As for the poster I answered, he did not ask a question, but expressed extreme disappointment which he is entitled to do, therefore I suggested he have a read through some of the other threads to perhaps address whatever issues he is having. As you say it could be faulty RAM or a bad installation, or a hundred things inbetween. That is why you need to hunt down similar symptoms to narrow it down. Or if you are under warranty, let the Apple Store fix it.
    Good Luck

  • Need query to find repeating values, please help

    I need help with SQL or whatever you guys think is the best way to do this, maybe PL/SQL.
    Basically it like this, in the database 10G, there are two field for address:
    ADDESS_DELVRY - street address for example would be stored here
    ADDESS_DELVRY2 - apartment building, suite number or PBM would be stored here
    but sometimes I see the Apartment B-123 in both fields, so I need to find those duplicates, if there is a way.
    So for example:
    ADDESS_DELVRY - 123 Elm Street Apartment 2B
    ADDESS_DELVRY2 - Apartment 2B
    This is a problem, because then the Apartment gets printed twice on the mail piece. I think there is a small percentage that have this problem and am trying to find out the best way to ID them, maybe use REG_EXP ??
    Not sure, please help, thanks!

    Soundex works how it's designed to work, which unfortunately is a very poor approximation at words sounding the same.
    Using the UTL_MATCH package is a far better way to check for similarity between strings.
    Ok. Given the OPs challenge here; a simple, or messy (we don't know), data cleaning task, I think soundex was worth mentioning.
    Also, the reply that "soundex don't [doesn't] work" , given a working example , I think we can safely conclude
    that UTL_MATCH is way above his league.
    I don't understand how the OP has better use of
    SELECT UTL_MATCH.EDIT_DISTANCE('Second Avenue 12 second floor', 'second fl.') dist FROM DUAL;
          DIST
            20
    1 row selected.than
    SELECT *
      FROM dual
    WHERE SOUNDEX ('Second Avenue 12 second floor') = SOUNDEX ('second fl.')
    X
    1 row selected.given the task at hand, but all right I'm not going to argue either.

  • Multiple DVD's ?? Please help.

    Hi All,
    thanks to the folks that helped me with the last video issue.
    I have a projetor that needs to play multiple videos. I have
    exported from Adobe Premiere Pro to 3 DVDs in separate target
    folders on the HDD. I have inserted 3 media members (DVDs) in to
    the cast of my movie and using lingo in the first frame have
    specified the .folder for each member (this part seems to work ok
    as when I check the properties for the cast member folder it is
    showing the correct location i.e /movie1, /movie2 and /movie3
    respectively)
    The problem I'm having is at playback and even in the DVD
    preview panel when I double click teh cast members - it is
    consistently only showing the first movie. How can I get the other
    two movies to load and play when required?
    Any help would be appreciated as my time line is running
    quite short.
    Best Regards
    Chris

    Hi Dean,
    The 2Gig limit must have been the issue. I assumed that this
    had been addressed as the 3Gig video played fine in WMP but would
    only play part thereof in DirMX2004. I took it below 2Gig and it
    worked ok, but unfortunately the quality wasn’t acceptable
    (cinepak codec at 67%) as you can imagine. So I took the originals
    and re-exported them from Premiere Pro to DVD specifying a folder
    location as opposed to a drive. I didn’t need to change the
    code much just things like movieTime to currentTime and
    sprite(1).playRate=1 to sprite(1).play(). Also had to change values
    from ticks to milliseconds. I may have to use the Xtra solution if
    I can’t fix it this way.
    Hi Otterman
    No I hadn’t tried loading them into the same cast
    member. I had referenced their folder locations in the same manner
    but then assigned them to DVDMember1, 2, and 3 respectively in
    frame 1:
    member(“DVDmember1”).folder=the
    moviePath&”DVD\movie1”
    member(“DVDmember2”).folder=the
    moviePath&”DVD\movie2”
    member(“DVDmember3”).folder=the
    moviePath&”DVD\movie3”
    As I’d already made 3 DVD cast members with
    Insert>Media element>DVD and named them as above I just
    dragged these to create the sprite on the stage at the times I
    needed 1, 2 and 3.
    Maybe forcing it into the same cast member will remove the
    previous DVD from memory and allow the next one to play. I tried
    unloading the previous DVD member from memory with lingo before
    referencing the next one but this didn’t work either. It just
    kept playing sprite 1 as the same DVDmember1 each time. I will try
    it as a single DVD cast member and will let you know how it works.
    Thank you both for your posts, will post back shortly with
    the result.
    Best Regards
    Chris

  • Multiple Problems with N93! Please Help!

    I've had the N93 for about 2 weeks and have come across many problems. Any help will be greatly appreciated!
    1. Cannot remove themes - I used to own a 7610 and to delete themes from that phone you just went into themes/options and deleted it. The N93 does not have that option in Themes - it only has Preview, Apply, Edit, Help & Exit. I tried deleting/removing themes from Application Manager but it does not list all my themes - at the moment I have 17 themes but only 10 of them are showing up in App. Manager. I have tried removing some of the ones that are there to see if the others will show up but they don't. I have searched the entire phone for the theme files and cannot find them anywhere, so I have no way of removing them.
    2. I cannot install any games or applications with .sis extension (I can however install .jar games and themes). I get the following error: "Installation of file.sis not supported". I have tried via cable/pc suite and have also tried copy/pasting the installer to the phone and installing from there and it doesn’t work - I have also tried installing these games/apps on a 7610 and they work fine. My apps. manager settings on N93 are to set to install all and check online cert. is off.
    3. Sometimes when installing new themes my previous themes completely disappear. Shortly after the first time I noticed this happen I tried to reinstall the previous themes, it would accept the files, ask where to save, installation progress would go all the way to the end then an error msg came up saying Unable to Install (or something like that). I tried installing on both memory and phone and also tried copy/pasting the file to phone and installing from there but nothing worked. I then formatted the memory card but still could not install anything. And so I ended up formatting the phone using *#7370# (as found on the discussion boards) and then I could install themes again. BUT I still cannot remove themes from themes/options.. and as before not all themes appear in apps. manager so I cannot remove them from there either, and I still cannot install any games or apps with .sis extension.
    Are these general problem/glitches with the N93 or is mine just a faulty one? Also does anyone know if the option of delete is indeed supposed to be in Themes/Options/Delete? Anyone with an Nseries phone please check and see if yours does or if you’re supposed to delete from apps. Manager? And if so do all your themes appear in apps. Manager? And also I’m sure the N93 is supposed to be able to install .sis games and apps right??
    Please please please any and all help appreciated!!

    Thanks for reply rufao,
    No the themes I'm trying to remove are the ones I installed. Once in themes I scroll to the one I want to remove but when i press options Delete is not there, for any of the themes. I don't mind the themes that come with the phone and have no intention of uninstalling them, but I want to be able to uninstall the ones I've downloaded and installed myself. But I'm sure the delete option is supposed to be there, unless you are supposed to uninstall all themes from apps. manager but then there is still a problem/glitch as it does not list them all.
    The themes that disappear are random (some are for N93, some for N92), when it first happened i formatted phone and memory card then installed themes again, this time different ones disappeared that didn't before.
    As far as the sis files perhaps not all but at least some of the games/apps I have tried to install were for latest version of s60. I can't remember which right now as I tried so many (to be sure there was a problem).
    Does anyone know of any .sis apps for N93 (latest s60 version) that definitely do work? So I can try them and see whether or not there is a problem?Message Edited by mjm2685 on 24-Aug-2006
    04:06 PM

  • TopN and rest binning for % values - please help

    I am trying to create a report like the below:
    Dim attribute <-> Value <-> show data as %
    a 10 x%
    b 20 y%
    c 30 x%
    d 40
    I created a report with one attribute and measure "show data as % of" in pivot which is working fine. Now I need to display report if user selects "top 5" then top 5 values based on their %, and group rest of the values into "others" bucket.
    I did followed couple of blogs:
    http://obiee101.blogspot.com/2009/08/obiee-topn-versus-rest.html
    http://total-bi.com/2010/10/obiee-topn-versus-the-rest/
    But those blogs shows a straight value but not % value which gets calculated in pivot view.
    Please provide any inputs or suggestions on how I can achieve this.
    Many thanks in adv.

    any ideas? thanks.

  • Broadcasting - One workbook sent multiple times per filter value

    Dear all,
    a quick question about broadcasting:
    I want to broadcast a workbook that has a boutique (0PLANT) as a filter, which is automatically determined from the receiver authorization.
    A user (who is allowed to see several boutiques) will in this case get only one workbook, but the figures are summarized for all boutiques.
    How can I force the system to send four workbooks and within each workbook, only one boutique is selected?
    We use BW 3.5, but will migrate to 7.0 next weekend.... will the "burst mode" help to solve this issue? (e.g. add an attribute "receiver" to 0PLANT and enter always the same email adress, so that it will run sequentially boutique-by-boutique and broadcast each document?) - but according to the help pages a filter for workbooks(!) is not possible in this case...
    Any ideas?
    Thanks,
    Andreas
    PS: a drill down/across by boutique is not possible in this case as well...

    Hi Andreas,
    I have the similar requierement but on a cost center. Did you found any solution to your problem?
    Or do you know a workaround?
    Actually my problem is a bit different, we want to broadcast an Excel workbook with a report per page, each page corresponding to the same report but with a different cost center. If the user has access to 5 CC he should receive one WB with 5 reports in it.
    But the alternative to receive sequencially 5 reports might be good as well.
    Thanks in advance,
    Regards,
    PKA

  • Now sidebar is showing my folders multiple times!!! Please help

    Hi,
    Well after messing around with the Downloads icons and trying to copy and paste it to another icon (see my post below) I have now found that for some strange reason all of the folders in my sidebar under 'Places' are being displayed multiple times.
    I rebooted the machines and it created even more icons for them!! I now have 2 Applications, 2 Desktop, 2 Documents, 2 Downloads, 4 Movies, 4 Music, 4 Pictures, 2 Home and 4 Trash icons.
    I tried dragging some off the sidebar but after rebooting even more appeared. Gonna try rebooting again.
    If someone know what to do please can you let me know?
    Thank you,
    Shams.

    Ok well after dragging the extra icons off and then rebooting a 2nd time it seems to have worked.
    Just out of curiosity and in case the problem resurfaces, isn't deleting that co.apple.sidebarlists.plist file a very bad thing to do?? Or will it be recreated on booting up again?
    Thanks for the advice.
    Shams.

  • Powershell script to find Office version on multiple PC's not working- Please Help?

    Hello!
    I am about to go mad with this script. Can you help?
    I am trying to search the PC’s on my domain for what office version they are running. (I am looking for any PC’s that still have Office 2003 installed).
    Here is my script:
    foreach ($computer in (Get-Content
    PClist.txt)) {
      $version = 0
      $reg = [Microsoft.Win32.RegistryKey]::OpenRemoteBaseKey('LocalMachine', $computer)
      $reg.OpenSubKey('software\Microsoft\Office').GetSubKeyNames()
    |% {
        if ($_ -match '(\d+)\.')
          if ([int]$matches[1] -gt $version)
            $version = $matches[1] 
      if ($version)
          "$computer
    : found $version" 
        else {
          "Could
    not find version for $computer" 
    It runs, but returns bad results. PC’s I know to have 2003, say they have version 13 (2007), and PC’s I know to have 2010 are showing up with version 11 (2003). Some PC’s report correctly.
    Also, some PC's from PClist.txt are not even turned on, but are returning info. Weird.
    Do you have any idea what I am doing wrong?
    ANY help would be really appreciated.
    Thanks in advance for any help you can give!

    That is easy.  YOu cannot deteermine the installed verion that way.  THe key will have keys for all versions that have ever been installed.  I f you have installed a viewer that is newer then the newest key will be there.
    Try this and ytou will see waht I mean
    Get-Content PClist.txt |
        ForEach-Object{
            $reg=[Microsoft.Win32.RegistryKey]::OpenRemoteBaseKey('LocalMachine', $_)
            $reg.OpenSubKey('software\Microsoft\Office').GetSubKeyNames() |% {$_}
    jv

  • Zoom on multiple images don´t work, please help!

    When I have selected multiple images and click ”z” command in multi-view mode Aperture automatic deselects all images except the first and last ones and zooms in on just this two. This appear on RAW files from Canon EOS 1DmII and 10D.
    Is there anyone else having this problem?
    Is it a bug or a feature?
    Best regards / Jerker

    Interesting thread, as I never knew you could zoom in on multiple images, so I gave it a try...
    I was able to select 6 RAW (Nikon D100 NEF's) images, and then hit "z" to zoom in on them with no problem. I then hit "f" for full screen mode, and that showed all images as well. It was great to be able to use my mighty mouse to then simply hover over each picture and pan (using the track ball) around each image in that mode.
    So, at least for my system (quad 2.5 G5, 5G RAM, 7800GT) I was able to see all of the images.
    -Tom
    Powermac Quad   Mac OS X (10.4.8)  

  • Uploaded albums being saved as multiple albums instead of one PLEASE HELP

    lately albums i upload are not saving as 1 album. ie. i upload watch the throne into my library but instead of saving it as 1 complete album, it saves as 6 different albums with 2 or 3 tracks on each album. PLEASE HELP

    Generally all you need to do is fill in an appropriate Album Artist. For more details see my article on Grouping Tracks Into Albums, in particular the topic One album, too many covers.
    tt2

  • Multiple Apple TV issues. Please help!

    I've had this Apple TV for almost a year now... It has a mind of its own; it works when it wants to. Sometimes my TV shows show up and work, sometimes they don't. I have to reset the **** thing almost every time I use it. Sometimes there's no picture. Sometimes there's no sound. It stopped showing up on my iMac's iTunes Device list, so I did a factory restore, and downloaded the latest software. Been trying to sync my music, movies, shows, etc. via my wireless network... It worked for the first little while, but then I had to reset the Apple TV to get it to start syncing again. And again. Now it doesn't show up on my Devices list anymore at all. Not to mention iTunes Store is super slow on my Apple TV even though I have broadband wireless. What's up with this thing? I love all my Apple products and I'd really like to be able to use my Apple TV more frequently.

    If you have issues with it loading the store slowly and you know you have an adequate broadband connection, it would suggest you have a poor network connection, which may well account for the other problems you encounter.
    Have you tried changing wifi channels to try to eliminate interference,

Maybe you are looking for