How to change the boolean parameter value

  • Arum


    Hi,

    how to change the boolean parameter label?

    Thanks & regards

    Arun

    -----------------------------------------------------------------------------------------------------------------------------------------------------------
    Please feel free to let me know if you are not clear or I’ve misunderstood anything.

    Thanks,
    Arunkumar S P

  • arunkumar.sp (10/22/2008)


    Arum


    Hi,

    how to change the boolean parameter label (True,False) ?.

    Kindly help me to solve this issue. Thanks in advance.

    Thanks & regards

    Arun

    -----------------------------------------------------------------------------------------------------------------------------------------------------------
    Please feel free to let me know if you are not clear or I’ve misunderstood anything.

    Thanks,
    Arunkumar S P

  • In Available Values sections of that boolean parameter, in the label column enter 'Yes'. In value 'True' would appear by default.

    Move to the next row and enter in lable column 'No' and select 'False' in value column.

    View Siva Gurusamy's profile on LinkedIn

    "Software changes. This is a rather obvious statement, but it is a fact that must be ever present in the minds of developers and architects. Although we tend to think of software development as chiefly an engineering exercise, the analogy breaks down very quickly. When was the last time someone asked the designers of the Empire State building to add ten new floors at the bottom, put a pool on the top, and have all of this done before Monday morning? " : Doug Purdy, Microsoft Corporation

  • Thanks for your suggestion Gurusamy.

    I tried this but not working.

    I preview yes,no is coming in combo format.

    But in deployment (http://localhost/reports/ ) it is coming as true,false in boolean format.

    Any SP needs to install?

    Pls help me

    Thanks,

    Arunkumar

    -----------------------------------------------------------------------------------------------------------------------------------------------------------
    Please feel free to let me know if you are not clear or I’ve misunderstood anything.

    Thanks,
    Arunkumar S P

  • arunkumar.sp (11/20/2008)


    Thanks for your suggestion Gurusamy.

    I tried this but not working.

    I preview yes,no is coming in combo format.

    But in deployment (http://localhost/reports/ ) it is coming as true,false in boolean format.

    Any SP needs to install?

    Pls help me

    Thanks,

    Arunkumar

    not any special sp is required . just put the case statement on the boolean column and based on the true/false value of that column produce the desired results.

    kshitij kumar
    kshitij@krayknot.com
    www.krayknot.com

  • Hi

    Thanks for your suggestion kshitij kumar,sgurusamy. Thanks a lot.

    I cleared explain my problem in the attached screenshot.

    This is what i done. I'm not getting output.

    Pls help me to solve this issue.

    Thanks,

    Arunkumar

    -----------------------------------------------------------------------------------------------------------------------------------------------------------
    Please feel free to let me know if you are not clear or I’ve misunderstood anything.

    Thanks,
    Arunkumar S P

  • Hi,

    Here is an alternative to Boolean type.

    Use the data type Integer with available values 0 and 1.

    Label Value

    Open 1

    History 0

    You can treat 1 as true and 0 as false.

    Hope this helps.

Viewing 7 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic. Login to reply