cancel
Showing results for 
Search instead for 
Did you mean: 

Custom Label on List of Values (LOV)

Former Member
0 Kudos

I have list with value 0 or 1 and want to label it so user sees "not approved" or "approved", how do I do that.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

If you want to use the LOV in a prompt then I would rather suggest to write a static prompt like this.

@Prompt('Question','A:A',{'Not approved':'0','Approved':'1'},mono,primary_key)

Regards

Didier

Former Member
0 Kudos

I am a newbie on BO, could you tell me what each of the @Parmpt param is

@Prompt('Question','A:A',{'Not approved':'0','Approved':'1'},mono,primary_key)

Quest = Question I want to ask.

A:A = ??

{'Not approved':'0','Approved':'1'} = Label value pair

mono= ??

primary_key=??

or could you point me to the API doc for @Prompt

One one issue with this, That mean every where I want to use this list, I would need to copy the above liine. Can you create a lable/value list that is re-useable??

Thanks

Former Member
0 Kudos

Hi,

You can download Universe Design guide [here|http://help.sap.com/businessobject/product_guides/boexir31SP2/en/xi31_sp2_designer_en.pdf]

Regards,

Didier

Answers (0)