Search code examples
xpageslotus-noteslotus-domino

How to compare a forms particular field value with a string in lotus note replication formula?


There is a form named Config and it has a field name as "Server" i need to compare this field with a string when replicating.


Solution

  • The formula

    SELECT Form = "Config" & Server = "YourServer"
    

    would replicate only Config documents (when field Server is "YourServer"), no other documents.

    enter image description here