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

Cannot use "\" char


petepots

Recommended Posts

Hi Guys

 

I am having a real problem because I need to use the"\" char. below but it wont except it. The end result should be ie

 

\cost for example

 

Case(isempty(Mod CatA),"",""\""&Mod CatA)

 

Why cant I use this "\" char and is there a ay over the problem

 

Peter

Link to comment
Share on other sites

It's the ignore next character-character. If you type

Case(isempty(Mod CatA),"","\\"&Mod CatA)

 

you should be fine.

 

btw 1

I believe "\\" & Mod CatA, without the case statement, will give the exact same result as long as you keep "do not evaluate if all referenced fields are empty. " checked (bottom left calculation dialog).

 

btw 2

Mod () is a function in Filemaker. Consider avoiding function names in field names to prevent confusion.

Link to comment
Share on other sites



×
×
  • Create New...

Important Information

Terms of Use