Condition for excluding Sales value less than or equal to 0

Hello Experts,
I have to create condition in the query designer to exclude Sales Value <=0, and that should be applied to all the column values and result values when we put active.
Can anyone help ?
Thanks in advance,
Venky
Duplicate Post
Condition for excluding Sales value less than or equal to 0
Edited by: Arun Varadarajan on Apr 13, 2010 8:57 PM

Hello Naveen,
Thanks for quick reply. I have created condition greater than zero and executed report, i can able to eliminate rows with sales value <=0, but we have other columns in the report say Quantity, Backlog... when we run the report without condition the values which showed are same when we put it in active aslo.
After eliminating few rows which having some quantity value, that value should be deducted from the result of the quantity. I tried with applying apply to results opton, then also there is no change in the result value of the quantity.
Our requirement is to apply condition to eliminate rows which are sales value <=0 and same the result values of the columns should effect.
Is it possible in anyway, if yes please specify solution.
Thanks,
Venky

Similar Messages

  • How to use not less than or equal to in condition

    I written a querry based on the below condition in sql querry
    b.key <= a.key
    Based on this it will return records.
    I need remaining records that not satisfy the above condition.
    That means not less than or equal to records...

    937506 wrote:
    I written a querry based on the below condition in sql querry
    b.key <= a.key
    Based on this it will return records.
    I need remaining records that not satisfy the above condition.
    That means not less than or equal to records...you mean
    b.key > a.key?

  • Partitioning (range) a table values less than 'A'

    i am referring
    http://docs.oracle.com/cd/B10501_01/server.920/a96524/c12parti.htm
    http://docs.oracle.com/cd/B19306_01/server.102/b14220/partconc.htm
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod
    PL/SQL Release 10.2.0.1.0 - Production
    "CORE     10.2.0.1.0     Production"
    TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production
    create table drop_it as select * from mv_prod_search_det2;     
    CREATE TABLE DROP_IT_P(
    PROD_DETAILS VARCHAR2(1000 BYTE),
         SIGN VARCHAR2(42 BYTE)
    PARTITION BY RANGE(PROD_DETAILS)
    PARTITION MAX_VALUE VALUES LESS THAN (MAXVALUE)
    update drop_it set prod_details=upper(prod_details);     
    72000 rows updated
    ALTER TABLE drop_it_p EXCHANGE PARTITION MAX_VALUE WITH TABLE drop_it WITH VALIDATION;     
    select * from mv_prod_search_det2
    72000 rows selected
    exec dbms_stats.gather_database_stats;
    select * from drop_it_p partition(max_value)
    ALTER TABLE DROP_IT_P
      SPLIT PARTITION MAX_VALUE AT ('B%')
      INTO (PARTITION p_a,
            PARTITION MAX_VALUE);     
    select * from drop_it_p partition(p_a);
    6785 rows selected
    select * from drop_it_p partition(p_a) where prod_details not like 'A%'     
    696 rows selectedit even shows me values that start with W,V,I,1,2,3,4,24,5 etc
    although the number is less(696out of 6785) this is undesired
    please help me eliminate these rows
    thank you
    this thread is related to tuning regexp_like by author 946207
    please refer
    tuning regexp_like
    and partitioning a table by 946207
    Edited by: 946207 on Dec 2, 2012 1:52 AM
    Edited by: 946207 on Dec 2, 2012 11:02 PM

    First, when you post related threads you should cross-link them so people have access to all of the information about the problem you are trying to work with.
    partitioning a table
    >
    it even shows me values that start with W,V,I,1,2,3,4,24,5 etc
    although the number is less(696out of 6785) this is undesired
    >
    Yes - that is what it should be doing.
    These are the steps you took to populate the table
    1. You originally inserted ALL data into table 'drop_it' with no restriction on the PROD_DETAILS values.
    create table drop_it as select * from mv_prod_search_det2;     2. Then you converted the PROD_DETAILS value to upper case. That has no effect on numbers or other non-alphabetic characters.
    update drop_it set prod_details=upper(prod_details);3. Then you create a new table with only one partition using MAXVALUe
    PROD_DETAILS VARCHAR2(1000 BYTE),
         SIGN VARCHAR2(42 BYTE)
    PARTITION BY RANGE(PROD_DETAILS)
    PARTITION MAX_VALUE VALUES LESS THAN (MAXVALUE)
    );4. Then you populate the partitioned table by exchange. It now has the same data including the numeric data.
    ALTER TABLE drop_it_p EXCHANGE PARTITION MAX_VALUE WITH TABLE drop_it WITH VALIDATION;     5. Then you split the one MAXVALUE partition into two partitions. One with data < 'B%' and one with the remaining data that sorts higher based on your character set.
    ALTER TABLE DROP_IT_P
      SPLIT PARTITION MAX_VALUE AT ('B%')
      INTO (PARTITION p_a,
            PARTITION MAX_VALUE);     The split on 'B%' when creating partition p_a is equivalent to you 'WITH VALUES < 'B%'. Since PROD_DETAILS is a VARCHAR2 datatype that 'LESS THAN' comparison uses the character order based on your database character set and most, if not all, character sets have characters that sort lower than the uppercase alphabetic characters.
    For example in the ASCII character set an uppercase 'A' is decimal 65 so 64 other characters (including the digitis 0-9) sort lower than 'A'.
    http://www.asciitable.com/
    As the doc you cited shows
    >
    •All partitions, except the first, have an implicit lower bound specified by the VALUES LESS THAN clause on the previous partition.
    >
    That 'first' partition has no lower bound so ALL data, including digits, that sort less than 'B%' will be in that partition.
    >
    please help me eliminate these rows
    >
    Either don't select the data to begin with or remove it using a simple DELETE query. Also you can do the case conversion when you select the data.
    create table drop_it as select upper(prod_details) prod_details, sign from mv_prod_search_det2 where upper(prod_details >= 'A';Before you do that you should make sure you define the actual business rule you want to use to define the data you really want to keep and exclude.
    Because most, if not all, character sets also have characters that sort HIGHER than the alphabetic characters. That ASCII table shows five of them. If you don't filter them out you will get data where the values start with those characters.
    Even if you do filter them out there is nothing in what you posted that would prevent a user from inserting that data back into the table.
    And, of course, there are characters that sort BETWEEN the lower and upper case alphabetics.
    You need to determine what the allowable characters are in the PROD_DETAILS column and add code (e.g. check constraint or trigger) to make sure users can't enter data that includes those characters.

  • Asset Value less than 5%

    Dear All,
    we want the list of all assets whose value is less than or equal to 5% in the respective fiscal year,so that we can scrap those assets.
    Is there any SAP Stand report/program available for our requirement,if so suggest.
    If not,suggest any other work around like Query,Report Painter,etc  with details steps("Z" report,my client is not interested).
    Do revert
    Regards,

    .Hi,
    Easier way is to execute the report S_ALR_87011963, download the data into excel and filter less than 5 or 10 percent value assets thru a formula.
    Another option available is to use an additional field for computing NBV and call that field in the query.
    Net Book Value = KANSW + KNAFA + NAFAG
    Best Regards,
    Madhu
    Edited by: Madhusoodanan Ramachandran on Apr 30, 2010 3:31 PM

  • Store value less than current week and year.

    Hi All,
    I have a table called BACKLOG whose structure is like this
    ITEM_NUMBER   YEAR_WEEK   MS
    1N58          2012-WK02   01/15/2012
    1N58          2011-WK02   01/15/2011current from my procedure i am storing the value in my new table which is less than current week. But i want to store the value less than current week and current year. Please help me to get how i can do this.
    PROCEDURE BACKLOG_PROC_LT_CW IS
      BEGIN
    DELETE BACKLOG_LT_CW;
    COMMIT;
          INSERT INTO BACKLOG_LT_CW
            SELECT
                  DC_UTIL.GEN_YEAR_WEEK(MS) YEAR_WEEK,
                  ITEM_NUMBER,
                  MSD
                  FROM BACKLOG
              where to_char(MS, 'IW')<to_char(sysdate, 'IW');
      END BACKLOG_PROC_LT_CW;Currently with the above procedure code both the value is storing in my BACKLOG_LT_CW table but if you see the data of BACKLOG table you will find YEAR_WEEk 2012-WK02 falls in next year but still it is storing in my table because i have taken IW only. Please help me to get the soln
    Thanks in advance
    Regards

    Are you looking for this?
    where to_char(MS, 'YYYYIW')<to_char(sysdate, 'YYYYIW');

  • Are there symbols for greater than or equal, less than or equal?

    Hi,
    I have occasional references that mention things like "Adjust the Kd pot until the voltage is <= 2.0 v" or "Turn the screw until the clearance is => .005 inch."
    <= means less than or equal to.
    => means greater than or equal to.
    I looked the the installed Character Sets PDF file and could not find these symbols. Is there an ASCII or ANSI code or a special font that has these items as a single symbol?
    Yours,
    Michael F
    ========

    If you're using a FM8 or greater than you should use the Unicode values for these symbols:
    <= is /u2264
    >= is /u2265
    However, the font that you are using must contain the glyphs in these code points.
    With the ANSI Symbol and Dingbats sets, these symbols were coded at:
    0163 (\xa3) (ctrl-q #) less than or equal to
    0179 (\xb3) (ctrl-q 3) greater than or equal to

  • Subtotal less than or equal to a max value

    Hi,
    I have the following values in a table:
    drop table t;
    create table t (key number, ind varchar2(1), num number);
    insert into t (key,ind,num) values (1,'Y',2);
    insert into t (key,ind,num) values (2,'Y',10);
    insert into t (key,ind,num) values (3,'Y',12);
    insert into t (key,ind,num) values (4,'Y',9);
    insert into t (key,ind,num) values (5,'Y',1);
    insert into t (key,ind,num) values (6,'Y',1);
    insert into t (key,ind,num) values (7,'Y',8);
    insert into t (key,ind,num) values (8,'Y',1);
    insert into t (key,ind,num) values (9,'N',11);
    insert into t (key,ind,num) values (10,'N',6);
    commit;The values are:
    test@ORA92> select * from t order by key;
           KEY I        NUM
             1 Y          2
             2 Y         10
             3 Y         12
             4 Y          9
             5 Y          1
             6 Y          1
             7 Y          8
             8 Y          1
             9 N         11
            10 N          6
    10 rows selected.
    test@ORA92>For all rows with ind = "Y", I want to add "num" as long as the subtotal is less than or equal to a max value (15). For all rows with ind = "N", I want the sum of "num".
    It should be as follows:
           KEY I        NUM
             1 Y          2    <- consider this, as subtotal is now 2 which is < 15
             2 Y         10   <- consider this, as subtotal is now 12 which is < 15
             3 Y         12   <- ignore this, as subtotal would be 24 which is > 15; keep running total as 12.
             4 Y          9   <- ignore this, as running total would be (12+9=) 21, which is > 15; keep running total as 12
             5 Y          1   <- consider this, as running total is now (12+1=) 13, which is <= 15
             6 Y          1   <- consider this, as running total is now (13+1=) 14 which is <= 15
             7 Y          8   <- ignore this, as running total would be (14+8=) 22, which is > 15; keep running total as 14
             8 Y          1   <- consider this, as running total is now (14+1=) 15, which is <= 15
             9 N         11 <- add this to subtotal for ind = "N"; subtotal = 11
            10 N          6 <- add this to subtotal for ind = "N"; subtotal = (11+6=) 17
    Return "ac" (subtotal for ind = "Y") = 15 - the one we got at key = 8
    Return "dc" (subtotal for ind = "N") = 17 - the one we got at key = 10I have a pl/sql block that does the same:
    test@ORA92>
    test@ORA92> --
    test@ORA92> -- To derive "ac" value:
    test@ORA92> --   Loop through t, and for ind = "Y", keep on adding "num" as long as
    test@ORA92> --   the subtotal is less than "maxnum". Disregard values of "num"
    test@ORA92> --   that would make the subtotal greater than "maxnum".
    test@ORA92> -- To derive "dc" value:
    test@ORA92> --   Sum of "num" values for ind = "N"
    test@ORA92>
    test@ORA92>
    test@ORA92> declare
      2    maxnum   number := 15;
      3    ac       number := 0;
      4    dc       number := 0;
      5    prev     number := 0;
      6  begin
      7    FOR i IN (SELECT ind, num
      8                FROM t
      9              ORDER BY key)
    10    LOOP
    11       IF (i.ind = 'Y') THEN
    12          ac := i.num + prev;
    13          IF (ac > maxnum) THEN
    14             ac := prev;
    15          ELSE
    16             prev := ac;
    17          END IF;
    18       ELSIF (i.ind = 'N') THEN
    19          dc := i.num + dc;
    20       END IF;
    21    END LOOP;
    22    dbms_output.put_line('maxnum  = '||maxnum);
    23    dbms_output.put_line('ac      = '||ac);
    24    dbms_output.put_line('dc      = '||dc);
    25    dbms_output.put_line('prev    = '||prev);
    26  end;
    27  /
    maxnum  = 15
    ac      = 15
    dc      = 17
    prev    = 15
    PL/SQL procedure successfully completed.
    test@ORA92>
    test@ORA92>Is there a way to do this processing in SQL instead ? The database version is 9i R2 (9.2.0.8.0).
    Thanks and appreciate any help and/or pointers.
    pratz...

    Rob, as it was mentioned here it can be done by Hierarichal Queries, disregarding a lot of drawbacks of such a way.
    SQL> with temp as (select t1.*,
      2                 (select case  when t1.ind = 'Y' and sum(num) > 15
      3                               then  null
      4                               else  sum(num)
      5                         end
      6                    from t t2
      7                  connect by level <= t1.lvl
      8                         and t2.key =
      9                             regexp_substr(t1.path, '[^/]+', 1, t1.lvl - level + 1)
    10                   start with t2.key = t1.key) summa
    11            from (select t.*,
    12                         level lvl,
    13                         sys_connect_by_path(key, '/') path,
    14                         sys_connect_by_path(rn, '/') path_rn
    15                    from (select t.*,
    16                                 lpad(row_number() over(partition by ind order by key),2,'0') rn
    17                            from t) t
    18                  connect by prior key < key
    19                         and prior ind = ind
    20                   start with (key, ind) in
    21                              (select min(key), ind from t group by ind)) t1)
    22  --
    23        select ind, avg(summa) keep(dense_rank first order by path_rn) max_summ
    24          from (select temp.*,
    25                       decode(instr(lead(path_rn) over(partition by ind order by path_rn), path_rn),1, 0, 1) flag
    26                  from temp
    27                 where summa is not null)
    28         where flag = 1
    29         group by ind
    30  /
    IND   MAX_SUMM
    N           17
    Y           15
    SQL>

  • Transaction code for Open sales order other than VA05

    Hi all,
    Can any one tell me what is transaction code for open sales order other than VA05.
    Please help me .
    Thanks & Regards ,
    Srikanth P.

    Hi Srikanth,
    You can try below options.
    1- VA05N - This can be run for multiple sold to party & multiple material, etc which was not in VA05. But this doesn't have all columns in VA05 report.
    2 - You can check the sales order tables from transaction SE11 or SE16N
    Try with below tables for your requirement.
    Sales order Header data - VBAK
    Sales order Item data - VBAP
    Schedule Line Data - VBEP
    Business data - VBKD
    Status header - VBUK
    Status items - VBUP
    Best regards,
    Anupa

  • Ms Project 2013 report for resource name, tasks less than 100% complete within a date range I can set each time

    I have seen I can create a report for a resource name with a specified date range, and one that can show me for a resource name any incomplete tasks, but I want to do the following and cant work out how to state it in the report constructor:
    resource name equals - {I want to set a given resource in here}
    % complete is less than 100%
    start - date range is between [today -7 days] and [today +7 days]
    Please can someone show me how this is possible, I know it will be and it is me that has been defeated!!

    workspacedesign,
    Oops, my bad. I missed the point that the Name field for assignment rows will be the task name and that's not what you want. There is also a glitch in the date range filter. So, here's how to fix that.
    First, in the Resource Usage view, copy the Name field to Text1. Now select the resource line and do a fill down for all assignments under that resource. Do that for each resource. This could be automated with VBA, but for now, a manual setup should work
    fine.
    Second, instead of testing for the Name field in the filter, test for the Text1 field.
    Third, change the Finish test to be "less than or equal to".
    Now when you apply that filter, enter beginning date of your range and then the ending date of your range followed by the resource name. You should get the data you want.
    Unfortunately formulas in custom fields are not as flexible in Project as they are in Excel. For example, in Project a formula can only operate on data for that row. Further, even if you use the formula Today() +7 for your filter criteria, the first time
    the filter is used, Project will hard code today's date into the filter. The normal way around both of these shortcomings is to use VBA.
    Hope this helps.
    John

  • DS/SAP - DATAFLOW - This is less than(or equal to) the virtual memory 1609564160 bytes available for caches.

    Hello,
    my project is displaying the following error, when you generate a TXT record with 3 million.
    I have a project that when executato DS goes to a Z table in SAP selects every record in this table (+ 3 million), and on DS it generates a TXT file separated by semicolons (;). But the DS is not getting serar this file with more than 3 million record, the DS displays the following error:
    (12.2) 02-21-14 10:06:27 (2996:2952) PRINTFN: INFO - Definicao da $G_FF_Diretorio_OUT = C:\DS_Neogrid\Upload\QAS
    (12.2) 02-21-14 10:06:27 (2996:2952) PRINTFN: INFO - Definicao da $G_FF_Diretorio_OUT = C:\DS_Neogrid\UpLoad\QAS
    (12.2) 02-21-14 10:06:27 (5928:3040) DATAFLOW: Process to execute data flow <DF_TransfArq_035> is started.
    (12.2) 02-21-14 10:06:27 (5928:3040) DATAFLOW: Data flow <DF_TransfArq_035> is started.
    (12.2) 02-21-14 10:06:27 (5928:3040) DATAFLOW: Cache statistics determined that data flow <DF_TransfArq_035> uses <0> caches with a total size of <0> bytes. This is less
      than(or equal to) the virtual memory <1609564160> bytes available for caches. Statistics is switching the cache type to IN
      MEMORY.
    (12.2) 02-21-14 10:06:27 (5928:3040) DATAFLOW: Data flow <DF_TransfArq_035> using IN MEMORY Cache.
    Can anyone help me...
    Thank you.
    at.
    Wagner

    Error of the border of error of job.
    (12.2) 03-06-14 08:41:54 (W) (1392:6492) SYS-170114: /JB_35_Neogrid_DimDemPrimaria/DF_TransfArq_035
      Warning: Your system is running low on process virtual memory space. Available virtual memory is <22> megabytes.
    (12.2) 03-06-14 08:41:55 (W) (1392:6492) SYS-170114: /JB_35_Neogrid_DimDemPrimaria/DF_TransfArq_035
      Warning: Your system is running low on process virtual memory space. Available virtual memory is <22> megabytes.
    (12.2) 03-06-14 08:41:56 (W) (1392:6492) SYS-170114: /JB_35_Neogrid_DimDemPrimaria/DF_TransfArq_035
      Warning: Your system is running low on process virtual memory space. Available virtual memory is <22> megabytes.
    (12.2) 03-06-14 08:41:57 (W) (1392:6492) SYS-170114: /JB_35_Neogrid_DimDemPrimaria/DF_TransfArq_035
      Warning: Your system is running low on process virtual memory space. Available virtual memory is <22> megabytes.
    (12.2) 03-06-14 08:41:58 (W) (1392:6492) SYS-170114: /JB_35_Neogrid_DimDemPrimaria/DF_TransfArq_035
      Warning: Your system is running low on process virtual memory space. Available virtual memory is <22> megabytes.
    Characteristics of our server.
    It will be necessary to increase the virtual memory virtual?
    at.
    Wagner

  • The initial heap size must be less than or equal to the maximum heap size.

    All,
    Please help!!
    I have tested my Application Client Project in WSAD on my pc and it works fine.
    I have 1gb RAM on my pc. When I deploy the same app on another xp pc(same as mine but 512mb RAM) I get a heap size error. Here is the exact error:
    Incompatible initial and maximum heap sizes specified:
    initial size: 268435456 bytes, maximum heap size: 267380736 bytes
    The initial heap size must be less than or equal to the maximum heap size.
    The default initial and maximum heap sizes are 4194304 and 267380736 bytes.
    Usage: java [-options] class [args...]
    (to execute a class)
    or java -jar [-options] jarfile [args...]
    (to execute a jar file)
    where options include:
    -cp -classpath <directories and zip/jar files separated by ;>
    set search path for application classes and resources
    -D<name>=<value>
    set a system property
    -verbose[:class|gc|jni]
    enable verbose output
    -version print product version
    -showversion print product version and continue
    -? -help print this help message
    -X print help on non-standard options
    Could not create the Java virtual machine.
    Press any key to continue . . .
    Here is the batch file that runs my app:
    @echo off
    SET appClientEar=C:\corp\apps\mts\jars\MTSClientEAR.ear
    set JVM_ARGS=-Xms256M -Xmx256M
    set CLIENT_PROPS=C:\corp\apps\mts\jars\medicalclient.properties
    set APP_ARGS=
    call C:\bnsf\IBM\WebSphere\AppClient\bin\launchClientBNSF.bat "%JVM_ARGS%" %appClientEar% "-CCpropfile=%CLIENT_PROPS%" %APP_ARGS%
    @pause
    I have changed the value of Xms and Xmx of JVM_ARGS to different size but I sitll get error. Anyone knows what the problem is. Thanks..

    Don't know why, but the "maximum heap size: 267380736 bytes" value is just slightly less than 256*1024*1024, wheras the reported initial size is equal to that.
    Try setting the initial value to 255MB.

  • Less than or Equal to Variable on Calquarter is not working in Webi

    Hi Guru,
    I have Variable on Calquarter which brings the query result for all the cal quarters which are LESS THAN or EQUAL to entered one.
    But, when we execute the Webi Report of this Bex Query, we get data for all the Calquarters in the infoprovider.
    Its a "Single Value, Optional" variable with operand as LE.
    Thanks in advance,
    Deepak Jain

    In BEx side, calquarter is mapped as key or text?
    Maybe it is mapped as text and the variable in BO doesn't work correctly.
    Regards.

  • Problem with the operator less than or equal to in a weby query

    Hi all.
    The universe is a OLAP Universe
    When i created a query in webi and put the month in the filter area with the operator less than or equal to like this.
    Month (less than or equal to) 2010.01 for example. The all result brings also the all values like 2010.02, 2010.03, etc
    What is the problem and how can fix that ?
    Thanks

    Looks like you are using a less than or equal to with a Sting data type.
    I think you should change to your filter to Year <= 2010 And Month <= 1. Hope you have a month and year object in you BeX.
    Anil

  • Camel Query : Calender list : Get Items agains given date that must be greater than and eqaul to start date and greater less than or equal to end date ?

    Camel Query : Calender list : Get Items agains given date that must be greater than and eqaul to start date and greater less than or equal to end date ?
    A Snap of Employee holiday list
    Case : Anne juul Sondergaar is on leave from 05-06-2014 to 07-06-2014
    I need a query to check wheither Anne juul is on leave at 06-06-2014 ????
    I am using this query that return nothing
    SPQueryquery =
    newSPQuery();
                                query.Query =
    @"<Where>
    <And>
    <And>
    <Leq>
    <FieldRef Name='Til' />
    <Value Type='DateTime'>"
    + WorkingStartDate.ToString("yyyy-MM-dd")
    + @"</Value>
    </Leq>
    <Geq>
    <FieldRef Name='Fra' />
    <Value Type='DateTime'>"
    + WorkingStartDate.ToString("yyyy-MM-dd")
    + @"</Value>
    </Geq>
    </And>
    <Eq>
    <FieldRef Name='Medarbejdere' />
    <Value Type='Lookup'>"
    + EmployeeName.Trim() +
    @"</Value>
    </Eq>
    </And>
    </Where>"
                                query.ViewFields =
    " <FieldRef Name='ID' />";
    Ahsan Ranjha

    Hello,
    Download CAML query builder from below location and use it to build your query:
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/f7b36ebc-6142-404a-8b04-9c87de272871/where-can-i-download-the-u2u-caml-query-builder-for-sharepoint-2010may-i-know-the-exact-link?forum=sharepointgeneralprevious
    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

  • Unable to create the Variable icon which shows Less than or equal to

    Hi Experts,
    when we create a variable normally will get a icon of the variable which say equal to symbol on the varaible icon. Hope everybody know that.
    Now how can we change that variable icon to less than or equal.
    Please can you provide me that information.
    Thanks alot !

    hi,
    when you are trying to restrict the char select range values instead of variable.
    then select the operator type (less than, greate than etc) and in place of value select variable and then give the variable name.
    regards,
    Arvind.
    Edited by: Arvind Tekra on Jun 15, 2011 4:57 PM

Maybe you are looking for

  • Single sign on and java-apps

    Hello! I'm a Austrian student and i need help for my degree dissertation. We have created a Portalhomepage. And now, we would like to use the same username and password for several javaapplications. What possibilities exists to implement this facts?

  • How to install 32-bit software on windows 7

    I recently purchased HP Pavilion p7-1234 w/ Windows 7. Can I/how do I install software that I used on Windows XP (32-bit)? AND, does anyone know if I can download the XP version of Solitaire? I DO NOT care for the version of Solitaire that came with

  • ITunes constantly asking "Enter Account Name and Password"

    iMac OS X 10.6.8 This is what I've done so far. I've tried Authorizing and Deauthoring under the "Advanced" tab. I've gone to my iTunes Store account setting and "Reset all warnings before buying and downloading". I've tried a few other "solutions" I

  • How to Integrate with third party tool from peoplesoft

    Hi I have one page and in that a Loan Request button is there. My requiremt is - once employee clicks the loan request button the third party window has to open with deatails of that particular employee eg: some particular informations like ssn,dob e

  • Update my IPAD IOS from another computer

    My computer has crashed. I need to update my IPAD to IOS 5 from another computer, how can I do it without lost all my applications and songs?