This embedded view should have “dynamic” column A. I used formula option by column value to display various values.
My goal is to display (by clicking “refresh” button) various things by relationchip with some checkboxes on the form.
For example: if checkbox “X” is selected, I display on the view in column A values of items named “X”.
For know I have some solution but it doesnt seem effective: by clicking button “refresh” I set some environment variable “VAR” on the server and my view has column based on formula, where is @osgetenvironmnentstring(“VAR”) used. Depend on @osgetenvironmnentstring(“VAR”) value I return various names of displayed items in column.
Shared views can NEVER be dynamic (that’ll be available with Query Views in Notes and Domino 7 when the optional DB2 back-end is being used). Why are you not using the “Show Single Category” option? The view can be made to display a single category based on a field value on the form; no need to use environment variables or play with the selection formula.
I cant use single category option because such pseudo-dynamic columns I have three (so I have three categories). Values of three columns A, B, C should depend on checboxes X, Y, Z.