How to filter data for quick selection of 'All choice' dashboard?

Hello gurus,

I have obligation where I need to create buckets based on the codes to work.

for example Job code in('1',''2','3') = 'ABC '.

Labour code in ('4 ', '5','6 ') = 'XYZ '.

The labour code now has LOVs 1 to 10 and we use all the codes work to create buckets.
I use instruction box in the formula of the column to create buckets in command prompt and remove null as additional values in the selection options.

now the problem occurs when I gave the options "All options" user for quick selection, which returns all the codes work.
Is there a way to restrict "All options" to render only 'ABC' + 'XYZ '.

Srini Hey,.

I got it by twisting a lil bit.

good answer I guess

(' @{JOB_CODE} "="ABC"AND"Job"". "") Job"("1"))

OR

(' @{JOB_CODE} "="XYZ"AND"Job"". "") Job' ('2'))

OR (' @{JOB_CODE} "=" AND "Task" ".) (The task' in ('1 ', ' 2'))

Mark Helpful if you feel...

Thanks a lot for your help.

Tags: Business Intelligence

Similar Questions

  • HOW TO FILTER DATA IN MICROSOFT ACCESS

    HOW TO FILTER DATA IN MICROSOFT ACCESS BASED ON THE DATE AND TIME AND GIVE THE RESULT IN A TABLE?

    I need a few examples of files, can someone help me please?

    Fix your keyboard. If it has not been broken, be a little more polite and stop screaming.

    Research, are thousands of examples on the web related to the jet and sql database. This is a very basic select statement. Access to a query wizard that can then show the sql code. If you don't know how to design a query in access, you need a Basic for this tutorial. No question of LabVIEW here.

  • How to get data for submission of form using REST or SOAP API

    Hello

    Can someone let me know how to recover data using REST or SOAP API for example, also I need to know how to delete some data from form submission using REST or SOAP API for submission of form. Answer please I need to implement in one of my projects.

    Thanks and greetings

    Angela

    Post edited by: Md Shahid

    Here the answer How to recover data for submission of form using REST or SOAP API

  • Hi I HAV a question... I use PS cs6 m having major problem can you please help me... whenever I have use the filter on sumthng Gallery or if I use a Quick Selection over all things low RAm error levonorgestrol tool... Although I have a huge memory?

    Hi I HAV a question... I use PS cs6 m having major problem can you please help me... whenever I have use the filter on sumthng Gallery or if I use a Quick Selection over all things low RAm error levonorgestrol tool... Although I have a huge memory?


  • Can disable us the option of smoothing for quick selection tool?

    Can disable us the option of smoothing for quick selection tool?

    I can deselect with the magic wand, but not with the quick selection. Any ideas?

    Thank you

    Dominik

    I don't think you can, but in the dialog box refine edge, you can use the contrast setting to get rid of most of the anti-aliasing.

    MTSTUNER

  • How to filter data in cursors within the procedure

    Hello

    Yesterday, I tried all night, but couldn't do it.

    I know that is incomplete, I just want to know how to filter the data based on the setting in

    Basically, here I want to get only the records that match the id_fichier


    create or replace PROCEDURE clearing_details (p_file_id in varchar2)
    IS
    strStatusCode VARCHAR2 (6);
    CURSOR PD1 IS
    SELECT COUNTRY_CODE, EOD_MARK OF LINK_STATUS WHERE FILE_ID is p_file_id


    Can someone help me on this please:


    Thanks for reading.

    Does do the same if you run the query itself in SQL * Plus with the same value you pass as a parameter?

    Without seeing your data and which parameter you're passing, we will fight help more as the concept itself works great as you have been demonstrated.

  • From dynamic column change for quick selection of values.

    Hello

    Requirement is based on the selection of value FAST I need to change the column values as like: "QTD_MONTH"


    for example. If the prompt value is February then the column value must be "QTD_February"

    This QTD_February is must be dynamic based on the quick selection.

    Thank you

    A Penning.

    Hello

    Instead of making the quick selection. Build separate column in the report. According to the requirement.

    Try the following formula,

    for example,.

    FILTER ("measue' to the HELP of CAST (SUBSTRING("TIME_Dimension"FROM 2 FOR 2) AS INTEGER) IN (@{wk} {26}))

    Thank you.

  • SQL query: I want to know how to filter data...

    I want to filter these data

    yearDATA_TYPEproduct_nameamount
    20131Apple100
    20131Mango200
    20141Apple300
    20141Mango150
    20141banana250
    20151Apple350
    20152Apple300
    20153Apple320
    20152Mango400
    20153Mango400
    20153banana500

    In each year and each product, I want to filter the data that has no data in data type 1

    When he has not given in data of type 1, using data in data type 2.

    and if he has not given data type 2, use the data in data of type 3.

    This is the result I was expecting

    yearDATA_TYPEproduct_nameamount
    20152Mango400
    20153banana500

    Thanks for your help.

    Or more simply...

    SQL > ed
    A written file afiedt.buf

    1 with t (year, data_type, product_name, amount) as)
    2 Select 2013, 1, 'apple', 100 double Union all
    3 select 2013, 1, "mango", 200 double Union all


    4 Select 2014, 1, 'apple', 300 double Union all
    5 Select 2014, 1, "mango", 150 double Union all
    6 select 2014, 1, 'banana', 250 double Union all
    7 if he would choose 2015, 1, 'apple', 350 dual Union all
    8 select 2015, 2, 'apple', 300 double Union all
    9 select 2015, 3, 'apple', 320 double Union all
    10. Select 2015, 2, "mango", 400 double Union all
    11. Select 2015, 3, "mango", 400 double Union all
    12. Select 2015, 3, 'banana', 500 double
    13        )
    14-
    15 end of test data
    16-
    17 select year
    18, max (data_type) keep (first order by data_type dense_rank) as data_type
    19, product_name
    20, max (amount) to keep (first order by data_type dense_rank) as the amount
    21 t
    Group 22 by product_name, year
    23 * have max (data_type) Dungeon (first order by data_type dense_rank)! = 1
    SQL > /.

    YEAR AMOUNT DATA_TYPE PRODUCTION
    ---------- ---------- ------ ----------
    2015 mango 2 400
    2015 banana 3 500

    2 selected lines.

  • How to recover data for submission of form using REST or SOAP API

    Hi Topliners,

    Can someone let me know how to recover data using REST or SOAP API, for example, also I need to know how to delete some data from form submission using REST or SOAP API for submission of form. Please answer I need to implement in one of my projects.

    Thanks and greetings

    Angela

    See REST API - to access form data REST API - Documentation for kernel objects

    Delete only is not supported via the API.

  • HOW to: Filter data in an html CFGRID with the defined query attribute tag

    Does anyone know how can I filter data in an html cfgrid, not through a link from AJAX, but perhaps by exposing some of the features of the code behind the controls cfgrid EXT?

    Any help would be greatly appreciated.

    --
    Jorge loyo

    I have it!

    MY ENTRY:

    <>
    ID = "searchString".
    name = "searchString".
    Type = "text".
    OnKeyUp is "ColdFusion.Grid.getGridObject('dg'). GetDataSource () .filterBy (myfilterfunc)"/ >

    MY FUNCTION

    MY GRID:

    <>
    name = "dg".
    Query = "employees".
    format = "html" >



  • How to filter data

    Hello

    It's the database version 11.2.0 oracle. Under query executed. I don't want a single value not display set to FALSE.

    and also not to display a value when I went from condition is 'TRUE '.

    SQL > select the value of the parameter $ v where name in ('dg_start', 'dg_file1');

    VALUE

    ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    FAKE

    +ABCDATA/iebrnd04sit/dg_RT1.dat

    2 selected lines.

    Not sure I understand, but here's a try:

    VAR V_CONDITION VARCHAR2 (10);

    EXEC: V_CONDITION: = 'FALSE ';

    Select the value

    de)

    Select name, value

    , max (case where name = 'dg_start' then end value) over() as dg_start

    the parameter $ v where name in ('dg_start', 'dg_file1')

    )

    where name = 'dg_file1' and dg_start =: V_CONDITION

    ;

  • Preference for Quick Selection tool

    My quick selection tool has knocked down its default position. Normally, when you open this tool, it's natural position is to add and you must press alt (on my pc) to subtract. Mine is default escape and you need to hit shift to add. Not a little of the huge problem that is boring. I looked in preferences and can't see what I've done. He was going well until a couple of days! Can anyone help? I am using CS5 Windows 7.

    Kind regards

    WLM

    Try to re - adjust the tool:

  • Why is the quick selection tool all edges in stairs?

    My Photoshop elements quick selection tool is ideal to say to select an element, a shirt, and then I copy it and paste it on a new page with a white background, thus eliminating the background I had before.  The only thing is that it makes the edges of the element the serrated and so I have to go with the Eraser tool and smooth everything out.  It is not easy because my hand is not otherwise stable.  It is also very hard on my eyes.  I already had to get new glasses.   The original image, a shirt, for example, has a delimitation net all around him.  How can I copy it so that when I paste on a new background, it remains strong and I don't have to spend ages, sometimes half an hour or more, try to smooth out the edges?  Thank you.

    Once you have made your choice, go up to the options bar and refine edge to smooth the edges (give him a feather a pixel or two, for example).

  • How to install software for hp photosmart c5390 all-in-one on a windows 7...

    How do I install the software for HP Photosmart C5390 all-in-one on a windows 7. I don't have software cd for vista and mac.

    Hi Matt, thanks again for your quick response - which is certainly service 5 stars! Everything works fine now. I just got myself this new laptop - my first HP (Hp Pavilion DV7 6 c 80) and it is excellent, and I'm slowly he get it all set up. I can be naughty and ask you another question? I've (obviously) set up my hotmail on my HP. Do you know how I can remove my files from my old Toshiba Hotmail. I am giving my girlfriend and I want to set up his mail pop3 on it. Whenever I log into windows live mail on the Toshiba, my hotmail more old e-mails coming up on the screen.

    many ways, Ragnar.

  • lag on quick selection tool - all of a sudden it's say slow

    Help

    Also, please go to the Photoshop preferences, then the performance tab.

    In there, click on 'Big and flat', restart Photoshop and then check the quick selection tool.

Maybe you are looking for

  • My iphone 4 will not be up-to-date software more

    My iphone 4 will not be up-to-date software, it's. can iOS 7.1.2 anyone help

  • Error-200088 on TaskHandle issues, NI PCIe-6259

    Hi all, I'm working on obtaining a force/torque sensor to work in a custom application to Qt, but I keep running into the same error with the function DAQmxCreateAIVoltageChan (taskHandle, daqPhysicalChannel.c_str (), 0, DAQmx_Val_Cfg_Default, - maxV

  • errorcode32

    error code 32 prevents a program from installation nero download, the solution please, alan.

  • dv5 hd 3450 and windows 7

    Hi, I installed windows 7 formatting my hard drive with windows vista, so I did the update. I reinstalled all the driver with the exception of the graphics card (ati radeon hd3450 mobility) because when I try to install with the installation download

  • I have this marking accidentally games yellow PIN. How it I don't repin return?

    Hey Microsoft! I have this marking accidentally games yellow PIN. I can't find the games yellow PIN. Someone has an idea? I'm tired of this because it's become an error of BS (bad things). Even HS (of the hard things). I'll knock off, cut it out and