• Secure
  • NEWBIE
  • 0 Points
  • Member since 2010

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies

Hey Guys, Im trying to create a quick validation rule for when someone picks a value from picklist A, any value, then Picklist B becomes required. This is what I have so far.

 

 

 

AND(ISPICKVAL(Picklist_A__c, ""), ( ISPICKVAL(Picklist_B__c, "")))

 

I just can't figure out how to make the Picklist A statement say "If I pick anything", not just something specific. Thanks for the help.

 

  • December 03, 2010
  • Like
  • 0

Hey Guys, Im trying to create a quick validation rule for when someone picks a value from picklist A, any value, then Picklist B becomes required. This is what I have so far.

 

 

 

AND(ISPICKVAL(Picklist_A__c, ""), ( ISPICKVAL(Picklist_B__c, "")))

 

I just can't figure out how to make the Picklist A statement say "If I pick anything", not just something specific. Thanks for the help.

 

  • December 03, 2010
  • Like
  • 0