How to apply the filter condition based on other column

HI,
i have one requirement.
i am giving the example below.my 2 columns data like below
Column1 Column2
A 1
B 2
C 3
D 4
E 5
F 6
G 7
H 8
i want to give Column1 as a dashboard prompt and users will enter A,B,...(what are all in the column1).
what i want is, in the dashboard prompt i want less that value passes in the dashboard prompt.
Ex: if i enter the D in the dashboard prompt, i want to display less that corresponding value to the D in the column 2.
in this case it should return, A,B,C from column A.
PLease suggest me how can i achieve this.
Thanks in adv.
Edited by: user12255470 on Dec 26, 2012 6:36 PM

Hi user,
Here is the solution.
1.Create a dashboard prompt and Put columnA and assgn it to a presentation variable say 'VAR_1'.
2.Now create one more dashboard prompt select SQL result in choice list .and enter logical sql like
SELECT columnA
FROM tab_name where
columnB < (
SELECT columnB
FROM tab_name
WHERE columnA= 'VAR_1')
3. put both in a dashboard and check whether the logic is working if you select D in first dashboard prompt and apply, you should get only A,B,C option in the second prompt.
4. Edit your main dashboard . put Dasgboard prompt1 in one section save.
5. Inside Edit dashboard only click on Dashboard Property (nest to preview button), you can see all the pages.
6. now select your page and click on 'select prompt...' (prompt symbol next to Rename) . Browse your second prompt and click ok,ok.
7. save the dashboard. Now it should work.
BEST OF LUCK.
ping back if you have any doubt
Mark if correct/helpfull
fiaz

Similar Messages

  • How to collapse the filter conditions

    Hi,
    We are displaying the filter conditions under each dashboards. But our conditions are around 10, so the user want to collapse them by defualt.
    if they want they want to expand and see the filters.
    Can any suggest how to achieve this.
    Also, during export to ppt they want the filter conditions also to be exported.
    thanks,
    Venkat.

    somisettyramana wrote:
    Hi,
    We are displaying the filter conditions under each dashboards. But our conditions are around 10, so the user want to collapse them by defualt.
    if they want they want to expand and see the filters.
    Can any suggest how to achieve this.
    Also, during export to ppt they want the filter conditions also to be exported.
    thanks,
    Venkat.This is what you should do:
    1) Ensure that the Filter View exists in your report.
    2) In your dashboard, drag TWO instances of your report in a section, one beneath the other.
    3) In the second (bottom) instance, click on the Rename button. Type "Filter View" and then check the "Use Dashboard..." checkbox. Click "OK."
    4) Click on the Properties button: Properties>Display Results>Link - In a Separate Window.
    5) Click on the Properties button again: Properties>Show View>Filters 1
    Now check out the dashboard. You will see a simple link that indicates the Filter View of the report without taking up any real estate on your dashboard. It costs you nothing extra and automatically updates when you modify your report.
    That's what you should do for dashboard reports.

  • How to apply Filter condition for a specific column but not to the report?

    Hi,
    I am having a issue in applying a filter condition to one of the column.
    I have a schema with one fact table and around 10 dimension tables. My requirement is to bring a count on the fact table with related to some other columns from the dimension tables.
    Lets consider a scenario with tables like Sales (Fact), Region (Dimension), Year(Dimension), Sale Type (Dimension).
    Now my requirement is to bring out the fields
    City(Region) --City                                   
    Year -- Year
    Sales Count(Sales table) ---Count of all sales from the fact table
    Sales Count(Sales table) -- Count of all sales from the fact table where sales type is 'CASH'
    Here my issue is how do I apply the filter condition of Sales Type='CASH' only on one of the Sales Count column which is from the fact table. I want the filter condition to be imposed only for the fourth column.
    Can anyone let me know how to achieve this?
    Thanks

    This is quite simpe. Edit the column formula for the 4th column and put something like this. I am doing this from memory so the syntax might need checking:
    Case When "Dimension Table"."Sales Type"='CASH' Then "Fact Table"."Measure" Else Null End
    You could also consider making this a permanent addition to your RPD if this measure will be used again and again. You would add a new logical column and use the expression builder to arrive at the same result.

  • How to fetch the correct netprice based on contract item conditions

    Hi,
    When you display a contract using ME33K and you click on a item and view its conditions(shift+F6), there might be 2 validity periods for a given item.
    and each period will have different netprice in it.
    Let me describe the same.
    Suppose the PO creation date is 04.07.2007
    The conditions for an item in a contract for the PO are as follows;
    1. Validity from 04.07.2007 validity to 04.07.2007 Netprice = 100.00
    2. Validity from 05.07.2007 validity to 31.12.9999 Netprice = 200.00
    We need to always fetch the net price from the validity period which always matches with the PO creation date. here the value 100.00 should be the correct netpr as the PO creation date matches with the first validity period.
    But the program is fetching the netprice 200.000 which belongs to the second validity period. That is because the select statement which fetches the data for contracts collects on the basis of EKKO-kdate and ekko-kdtab.The fields kdate and kdtab retrieves the validity period of the contract which is from 04.07.2007 to 31.072007. This data is then used to retrieve the netpr data from EKPO and it fetched 200.00 as it retrieves the net price of current data in contract validity and not with respect to PO creation date.
    This data is then used to fetch the get the netpr data from EKPO.
    what we need is the netprice for that validity period of item(Conditions) that matches with the PO creation date..
    Now I have the internal table which is having data retrieved from Ekko and EKPO table.
    Now how do I retrive the correct price by using the condition tables KONV and KONP.
    Can you pls give the code snippet..
    Thanks in advance.

    Hi,
    Please get the valid condition ( based on date ) from A016 (MK & LPA). With the appropriate KNUMH read the Condition header. You can access the different condition items viz., PB00, RA00 etc., for the values from table KONP. Further if you have Value scales / Quantity scales, you can read the data from KONM, KONW.
    An additional tips: in KONP, if you have a condition like RA00 - Rebate, the value will be multiplied by 10 and saven in database to accomodate the discount to the third decimal.
    I could not completely understand your requirements like nature of development ( Is it a Report / SAP Script ??) you are working etc., so that I could help you precisely.
    Hope this helps,
    Best Regards, Murugesh AS
    Message was edited by:
            Murugesh Arcot

  • How to call SQL in the filter condition

    Hi
    Booking dashboard report i need to filter order_date between this Quarter starting date and this Quarter end date.
    i have custom table data is available Quarter starting and Quarter ending date .
    how i can use filter.
    thanks

    looks like you need to filter the order date between the quarter starting date and quarter ending date making sure order date is always present between the quarter start date and quarter end date
    Create a sub report with one column order date and make order date is prompted.
    So now in the main report use advanced filter option and
    Take the quarter start date column and use advanced filter option on it. Use the filter results based on another request. You can specify quarter start date is greater than the selected order date(sub report order date column)
    and
    Take the quarter end date column and use advanced filter option on it. Use the filter results based on another request. You can specify quarter end date is less than the selected order date(sub report order date column)
    This way you can force the order date always between quarter start date and quarter end date columns
    Hope it helps
    Thanks
    Prash

  • How to apply notch filter in the PID control

    Dear all,
    I am using PID control in my positioning stage but the output is every noisy with some fixed frequencies(30,50,150Hz). I want to add a notch filter to take off those noise. However, I do not know how to apply the notch filter to the PID module. Could anyone tell me how and show me example if you have?
    Thanks
    best
    Attachments:
    PID_notch filter.png ‏21 KB
    PID_notch filter.png ‏21 KB

    Hi LYnn,
    I am sorry for my late reply. My stage is driven by a voice coil actuator (VCA). The VCA as a resolution of 1 um and range of 6 mm. The NF of the stage does shift when the load is changing. Do you have any advice for controlling such kind of stage?
    BTW, as far as I see, the control frequency is determined in the DAQ Assistant settings and its value is equal to "Sampling rate"/"Samples to read", am I right?
    Thanks
    best
    Attachments:
    VCA stage.png ‏160 KB

  • Apply a filter condition in Dev. Report Reports Parameter Form...!

    In parameter input form, I want to apply a filter condition on second list box field, depending upon first list box field.
    For example, I have two user input parameter fields
         1.     Deptno
         2.     Empno
    Now while selecting a department number say 20 from first list box field, then in the second list box filed, there should only be shown /appeared those employees, whom department numbers are 20 (Employees belongs to department number 20).
    How can I apply this sort of filter condition on second field of Parameter Form, which I had just got from the first list box field?
    Farhan Mazhar

    hello,
    the reports parameterform provides only limited form building capabilities. if you are running oracle forms, you could build the parameter-form with forms. if you are running your reports on the web, you could build a parameter-form in HTML and JavaScript.
    in fact we are working on an example on how to build such a parameterform in reports and we will make it downloadable from OTN soon.
    regards,
    the oracle reports team --pw                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • How to find the start condition of a ABAP program?

    Hello Gurus!,
    Could any one please explain how to find the start condition of a ABAP program?
    like its a event based or time based?and also how to find that event and time..
    Thanks in Advance...
    Dinakar

    Hi Dinkar,
    Go to Job Schedule, put Job Step parameter as your program and see scheduled Job.
    In Schedule Job double click to see start condition. and steps to see details and variant.
    Hope it helps.
    Thanks
    CK

  • Filter the secondary datasource based on lookup column

    Hello All,
    I am customizing a List form. I have a secondary data connection which is
    a datasource for my drop down list. I have to filter the datasource based on Lookup column value.
    I know how to filter on the datasource by going to entries and filtering but it does not work with Lookup column.
    Can anyone let me know step by step procedure.
    Regards,
    smith
    smith

    Hi,
    According to your post, my understanding is that you wanted to filter the secondary datasource based on lookup column.
    I recommend to create a cascading drop-down list box in InfoPath.
    You can follow the steps in the article to achieve what you want:
    Create Cascading Dropdown in Browser enabled InfoPath form using InfoPath 2010
    More information:
    Cascading Drop Down List In SharePoint 2010
    Cascading Drop-Down List in SharePoint 2010 using InfoPath 2010
    Dan's SharePoint Blog: InfoPath Tutorial Cascading Dropdown (Does not have the 20 item limit)
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • How to Maintain the Pricing Condition Records in CRM

    Hi
    I am new to the CRM
    How to maintain the pricing condition records in crm for the particular condition type?
    as we do in SD(VK11)
    Thanks

    Hi Binu,
    First of all, you could maintain pricing conditions in the following places:
    1. In General Condition Maintenance (GCM)
    2. At the product maintenance level
    3. At the 'Price agreement' tab of Contracts
    4. As manual conditions during order processing at item level
    Now, if you want to maintain conditions using GCM, you first have to maintain a condition maintenance group in the customizing where in you can assign condition table and condition type for different counter values. I am assuming that you have done this activity successfully.
    When you run the transaction '/SAPCND/GCM', for application 'CRM', your condition maintenance group name and context 'GCM', you will be initially taken to a screen where in you'll have an item area which would be blank and then condition fields would be displayed in a tree on the left.
    Here, select the field 'Condition type' and click on icon 'Select records'. You would get a dialog prompting you to enter condition type. Here you can specifiy the condition type for which you want to maintain/view condition records.
    If no condition records are available, item area would be left blank. Here, you can choose a condition type using the standard F4 help. Depending on condition types that are assigned to condition maintenance group, different condition types would be displayed in the F4-help using which you can maintain condition records.
    Hope this helps.
    Regards,
    Pavithra
    **PS: Please reward points if this helps.

  • How to apply the Patchset 7 to Forms 6i

    Hi all !!!
    I need install the PatchSet 7 in the iAS Server 1.0.2.2.2 (concrectly at the Forms Server Service).
    I had stopped all services of Oracle, and had applied the patch. But the services of Forms and Reports is missing after.
    Any idea.
    How to appplies the patch?
    Thanks and best regards.
    Carlos Hernandez
    Barcelona (Spain)

    848478 wrote:
    How to apply the latest patch set for all the Installed Modules in 11.5.10.2 along with the Roll up's if any.https://forums.oracle.com/forums/search.jspa?threadID=&q=Latest+AND+Patchsets&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Latest+AND+Patches&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • Same shooting, multiple lenses, how to apply the appropriate lens correction when importing ?

    Hello everyone,
    How do you handle this:
    For each camera, i have a default preset i'm choosing manualy and applying when importing my raw files into lightroom.
    I'd like to also add some default lens correction to those presets.
    The problem is that multiples lenses (meaning different corrections) may be applied.
    How to apply the correct lens correction for each file, in the batch import ?
    Thanks for your ideas ...
    Aymeric

    Update your existing develop presets so that the Lens Corrections are checked (see attached screen shot). Select the develop preset in Import dialog. Lr will automatically apply the appropriate default lens profile to each individual image during import.

  • Where to locate and how to use the filter thershould to binarized image

    Good morning friends. I am using
    Labview with VDM and let me know where to locate and how to use the
    filter thershould. Also that parameters used to binarized image captured
    via webcam and display it in black and white.
    Thank you very
    much.

    Is the image that you are getting a RGB one? Use color plane extraction and then use a binary threshold to convert it into a binary image. You can also directly use a color threshold and convert a rgb (color) image to a binary image.

  • How to create the variant conditions in VK13

    Can anyone plz tell me how to create the variant conditions in VK13.
    Thanks in advance.

    Hi Suresh,
    not sure if this is what you meant.. in VK13 enter the condition for which you want to maintain variant & press
    enter.. fill in the Sales Orgn,Distbn Channel & Divion Values.. Use the menu option Edit> save as Variant> enter the variant name & desc and SAVE..
    Regards,
    Suresh Datti

  • How to get the pricing hierarchy based on the delivery date for sales order

    Hi,
    How to get the pricing hierarchy based on the delivery date for sales order other than system date.
    My requirement is to get the Pricing hierarchy based on the delivery date other than system date.
    Waiting for kind response.
    Best Regards,
    BDP

    HI Sai,
    please refer teh document already how to write FM based extration on generic extractors.
    and here  the logic to find the latest records values:-
    -> get the data in an internal table
    ->Sort the internal table data based from date descending
    -> Using READ statement , we can read the first record of the table which is nothign but your latest record.
    Regards.
    Sakthi

Maybe you are looking for

  • Gray screen at start up

    I hope someone can shed some light. I've been extremely happy with my first Mac...until now. It was running fine, it was turned off. The next day we turned it on and the gray screen appeared. Now you turn it on, you hear the initial sound and some cl

  • Z report for Stock agening

    Hi Expert i need to create a new Zreport for Stock Agening  that i have input. Material Posting Date Batch storage Location Plant Company code. but i dont know which output must come. Regard Nabil Edited by: sayednabil on Dec 10, 2010 8:28 AM

  • I've finally found the answer to the freakin' annoying clicking and snapping sou

    Here you go the answer to all their problems... no tech willing to give us this answer so here I got it after 5 years : Get a freakin Motherboard with onboard sound... no more problems! No clicks, no snap... just clear sound. So far I've tried not on

  • Modify Reporting Services Configuration File (RSreportserver.config)

    Trying to modify the config file (rsreportserver.config) which I found here: C:\Program Files\Microsoft SQL Server\MSRS11.MSSQLSERVER2012\Reporting Services\ReportServer Would like to add an option "TXT" to this dropdown list: But the code under Rend

  • Upgraded to Yosemite and MBP running slow.  Help!

    The EtreCheck is below.  Computer ran great before the upgrade...  Not sure what to do. EtreCheck version: 2.2 (132) Report generated 4/27/15, 8:46 PM Download EtreCheck from http://etresoft.com/etrecheck Click the [Click for support] links for help