You are viewing limited content. For full access, please sign in.

Question

Question

FFE not working

asked on October 21, 2014

Using Laserfiche version 8.1. Having trouble getting FFE to work. I am using following expression in folder to test:

entryprop.Status = 'CPA'

The moment I add this expression to folder, I do not see any data in the folder. I changed the condition from '=' tp '<>' but no success.

Any help in this regard would be appreciated 
 

0 0

Replies

replied on October 21, 2014

Can you check that the documents have the field "Status" applied? If the field used in a filter expression is not present on a document, the document will not be shown.

As a note, you should enclose the field name in quotes, like so:

entryprop."Status"='CPA'

In this case, it shouldn''t cause any issues because there are no spaces or other reserved characters, but just wanted to make sure you were aware.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.