HCL-TECH-SOFTWARE / domino-jnx

Modern Domino Java API based on JNA access to Domino's C API
https://opensource.hcltechsw.com/domino-jnx/
Apache License 2.0
14 stars 3 forks source link

Check View.setSelectionFormula #379

Open klehmann opened 1 year ago

klehmann commented 1 year ago

I just noticed that the value for $Formula in the view design element should contain a merged formula with the selection and all column formulas. In the JNX design API are currently only writing the selection formula, so our code probably does not produce valid views. Haven't checked yet, but the resulting collection entries probably have empty column values.