October 22, 2008 at 5:51 am
Arum
how to change the boolean parameter label?
Thanks & regards
Arun
October 22, 2008 at 5:55 am
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
October 23, 2008 at 7:22 am
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.
"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
November 20, 2008 at 12:27 am
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
November 20, 2008 at 1:44 am
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
November 20, 2008 at 2:53 am
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
November 23, 2008 at 3:30 pm
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