Jump to content
Salesforce and other SMB Solutions are coming soon. ×

Value lists


mahima

Recommended Posts

Hi,

In my database I have one field "status" which is a Vaue list containing list of vlaues.

When I export that field to Excel file it is like this

"Inactive

Failed Eval #1

Failed Eval #2"

.

Before exporting Can we do like this separate those values with commas like this:

"Inactive,

Failed Eval #1,

Failed Eval #2"

Do this for values which are checked(checkbox checked) before exporting?

or Can we export into multiple columns of excel like status1, status2..

 

Thanks in advance

Link to comment
Share on other sites

Hi,

I got the answer:

Let ( [

n = YourCheckBoxField ;

x = Substitute ( n ; "¶" ; ", " )

];

If ( PatternCount ( x ; ", " ) ; Replace ( x ; Position ( x ; ", " ; 1 ; PatternCount ( x ; ", " ) ) ; 2 ; " and " ) ; x )

)

 

Thanks

Link to comment
Share on other sites

This thread is quite old. Please start a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

Terms of Use