Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
paulyeo11
Master
Master

(Pending|Negotiation) Does not able to activate ?

Hi All


I need to create a button , when i activate , i need the Pending & Negotiation label to be turn on.


So i using below script :-


(Pending|Negotiation)


But it does not work. Can some one advise me why ?


Paul



1 Solution

Accepted Solutions
Anil_Babu_Samineni

No, only this

Replace([Sales Stage],' ','_') as [Sales Stage]

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful

View solution in original post

15 Replies
Anil_Babu_Samineni

May be ='(Pending|Negotiation)'

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
paulyeo11
Master
Master
Author

Hi Anil

Thank you.it work fine, like below :-

='(Pending|Negotiation|Prospecting)'

But i also have :-

Initial Communication

='(Pending|Negotiation|Prospecting|[Initial Communication])'

Above does not work. why ?

Anil_Babu_Samineni

How about this?

='(' & Concat(DISTINCT {<[Sales Stage] = {'Pending', 'Negotiation', 'Initial Communication'}>}Chr(34) & [Sales Stage] & Chr(34), '|') & ')'

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
paulyeo11
Master
Master
Author

Hi Anil

Still cannot work.

now it does not select any label.

Paul

el_aprendiz111
Specialist
Specialist

Hi,

SALESSTG.png

Anil_Babu_Samineni

PFA

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
paulyeo11
Master
Master
Author

Hi Anil

How about can you advise me how to recode the label of

Initial Communication

To Initial_Communication ?

Paul Yeo

paulyeo11
Master
Master
Author

Hi Anil

I think your is latest ver.

I open your QVW , it still not working.

May be due to I am still using Ver 9 , no budget to upgrade.

Paul

paulyeo11
Master
Master
Author

Hi Fer

Thank you , i am using ver 9 , not able to work.

Paul