Maximo List Archive

This is an archive of the Maximo Yahoo Community. The content of this pages may be a sometimes obsolete so please check post dates.
Thanks to the community owner Christopher Wanko for providing the content.



Changing label based on other changed field value

From: yudi.irianto (2013-02-15 09:46)

Dear all,
I just curious, is it possible to change a label in appdesigner based on
other changed field value?
Eg:
If field_A = "A" then
labelB_in_fieldB = "A"
If field_A = "B" then
labelB_in_fieldB = "B"
If field_A = "C" then
labelB_in_fieldB = "C"
Can i use condition expression manager?
Many thanks & Best Regards,
Yudi Irianto
Max7501, WAS7, SQL2008R2


From: Mohamed Skandaji (2013-02-15 03:58)

yes
you need to have one or multiple condition to evaluate your condition
you need to use a sigoption for the application (using READ will do it
unless you are using it for something else)
in the advanced properties for the field you use Security Group Everyone,
then use your conditions and then use the property label (lowercase) to put
the label that you want.
hth
On Fri, Feb 15, 2013 at 3:46 AM, <yudi.irianto@ytljt.com> wrote:
> **
>
>
> Dear all,
> I just curious, is it possible to change a label in appdesigner based on
> other changed field value?
>
> Eg:
>
> If field_A = "A" then
> labelB_in_fieldB = "A"
>
> If field_A = "B" then
> labelB_in_fieldB = "B"
>
> If field_A = "C" then
> labelB_in_fieldB = "C"
>
> Can i use condition expression manager?
>
> Many thanks & Best Regards,
>
> Yudi Irianto
> Max7501, WAS7, SQL2008R2
>
>
>
>
>
--
Mohamed Skandaji, MBA, PMP


From: yudi.irianto (2013-02-15 10:09)

Hi Mohammed,
G8, It works fine.
Thanks & Best Regards,
Yudi Irianto
Mohamed Skandaji <mohska@gmail.com>
Sent by: MAXIMO@yahoogroups.com
15-02-2013 09:58
Please respond to
MAXIMO@yahoogroups.com
To
MAXIMO@yahoogroups.com
cc
Subject
Re: [MAXIMO List] Changing label based on other changed field value
yes
you need to have one or multiple condition to evaluate your condition
you need to use a sigoption for the application (using READ will do it
unless you are using it for something else)
in the advanced properties for the field you use Security Group Everyone,
then use your conditions and then use the property label (lowercase) to
put
the label that you want.
hth
On Fri, Feb 15, 2013 at 3:46 AM, <yudi.irianto@ytljt.com> wrote:
> **
>
>
> Dear all,
> I just curious, is it possible to change a label in appdesigner based on
> other changed field value?
>
> Eg:
>
> If field_A = "A" then
> labelB_in_fieldB = "A"
>
> If field_A = "B" then
> labelB_in_fieldB = "B"
>
> If field_A = "C" then
> labelB_in_fieldB = "C"
>
> Can i use condition expression manager?
>
> Many thanks & Best Regards,
>
> Yudi Irianto
> Max7501, WAS7, SQL2008R2
>
>
>
>
>
--
Mohamed Skandaji, MBA, PMP
------------------------------------
Email addresses you might need:
Posting: MAXIMO@yahoogroups.com
Join : MAXIMO-subscribe@yahoogroups.com
Leave : MAXIMO-unsubscribe@yahoogroups.com
Cry : MAXIMO-owner@yahoogroups.com
Group : http://groups.yahoo.com/group/MAXIMOYahoo! Groups Links


From: yudi.irianto (2013-02-15 16:22)

Hi Mohammed,

Sorry for another question, it works fine (one / many conditions to
ONE-FIELD only). But i supposed it can't work if i want multiple labels to
be change.

If field_A = "A" then {
labelB_in_fieldB = "A"
labelC_in_fieldC = "A"
}

If field_A = "B" then {
labelB_in_fieldB = "B"
labelC_in_fieldB = "B"
}

If field_A = "C" then {
labelB_in_fieldB = "C"
labelC_in_fieldB = "C"
}

Do you have any suggestion?

Thanks & Best Regards,

Yudi Irianto



yudi.irianto@ytljt.com
Sent by: MAXIMO@yahoogroups.com
15-02-2013 10:09
Please respond to
MAXIMO@yahoogroups.com


To
MAXIMO@yahoogroups.com
cc
MAXIMO@yahoogroups.com
Subject
Re: [MAXIMO List] Changing label based on other changed field value







Hi Mohammed,

G8, It works fine.

Thanks & Best Regards,

Yudi Irianto

Mohamed Skandaji mohska@gmail.com>
Sent by: MAXIMO@yahoogroups.com
15-02-2013 09:58
Please respond to
MAXIMO@yahoogroups.com

To
MAXIMO@yahoogroups.com
cc

Subject
Re: [MAXIMO List] Changing label based on other changed field value

yes

you need to have one or multiple condition to evaluate your condition
you need to use a sigoption for the application (using READ will do it
unless you are using it for something else)

in the advanced properties for the field you use Security Group Everyone,
then use your conditions and then use the property label (lowercase) to
put
the label that you want.

hth

On Fri, Feb 15, 2013 at 3:46 AM, yudi.irianto@ytljt.com> wrote:

> **
>
>
> Dear all,
> I just curious, is it possible to change a label in appdesigner based on
> other changed field value?
>
> Eg:
>
> If field_A = "A" then
> labelB_in_fieldB = "A"
>
> If field_A = "B" then
> labelB_in_fieldB = "B"
>
> If field_A = "C" then
> labelB_in_fieldB = "C"
>
> Can i use condition expression manager?
>
> Many thanks & Best Regards,
>
> Yudi Irianto
> Max7501, WAS7, SQL2008R2
>
>
>
>
>

--
Mohamed Skandaji, MBA, PMP



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

Email addresses you might need:
Posting: MAXIMO@yahoogroups.com
Join : MAXIMO-subscribe@yahoogroups.com
Leave : MAXIMO-unsubscribe@yahoogroups.com
Cry : MAXIMO-owner@yahoogroups.com
Group : http://groups.yahoo.com/group/MAXIMOYahoo! Groups Links






From: mohska (2013-02-15 06:24)

U just need to apply the sig option on 2 fields B and C
Sent from my iPhone
On 15 Feb 2013, at 04:22, yudi.irianto@ytljt.com wrote:
> }