I had written a formula under"Hiding a paragraph when formula is true"…i wrote a formula nd hiding field according to that…this is working properly on client but not working on web…how can i do the same for the web…plz help me out.
Subject: hiding on web
It should work for both the client and the web.
Check if values in your formula are the same in client and web.
Subject: RE: hiding on web
everything is working properly except tabbed table…i want to hide tabbed table on a particulat condition…how can i do that…
Subject: RE: hiding on web
Select the table and add the condition.But same here: it works the same for client and web.
How does your formula look? And were is it implemented (on a particular cell or the whole table)?
Subject: RE: hiding on web
I have a tabbed table in which on a tab there is a subform…nd in that subform there is another tabbed table…on which i am giving hiding formula…which is executing correctlty on notes client but not on web…
Subject: RE: hiding on web
Hi Hema,
I created a form with a tabbed table (2 x 2).
In the 2nd cell on the 1st tab I created a subform.
The subform contains antoher tabbed table.
That is your situation, am I right?
I hided one cell of the tabbed table on the subform and after that I hided the completed tabbed table on the subform.
Hiding was based on a field value (fieldValue=“1”)
In both situations the hide-when formulas executed the same on the client and the web. So it really should work.
How does your formula look? Does it contains fields with values that can differ on the client and the web?
Subject: RE: hiding on web
ya u are absolutely correct…actually i have a tabbed table…in the second tab there is a subform…I am not hiding main table…in the subform first i have a field say field1…which is taking value from profile form. there is tabbed table in subform. Now i am giving formula on the text of table like hide paragraph if formula is true:
field1=“0”
like in a subform situation is like:
tab1 tab2
text:field2 text:field3
plz assume them as tabs.
now i had written formulas on text and fields.
on fields its working properly but on text its not…
text are not hidded even if the formula is true…
is there any way to hide the table becoz i cant c ny property to hide the whole table…
plz help me out…
Subject: RE: hiding on web
You can hide the table as follows:- Select the whole table
-
Open the properties box
-
If the the properties box is for Table, click on Table and select Text
-
In the Text properties box on the 4th tab set the hide when options
So the hide/when formula is not in the table properties box, but in the text properties only!
Another option:
Since the table you want to hide is on a subform, make the subform computed. Use a formula like
@if(field1=“0”;“Name Subform”;“”)
In this case the subform -and the tabbed table- will only load if field1=“0”