Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
ishika00730
Contributor III
Contributor III

Hide or show an object

Hi Tresesco,

I am attaching the sample file for your reference to help me hide/show the object. I cannot see any option to attach the file in our previous discussion so created the new thread.

Please suggest how to achieve the requested result in the attached sample app.

Attached is the snapshot of our previous discussion.

Thanks

Ishika

3 Replies
Anil_Babu_Samineni

PFA

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Lisa_P
Employee
Employee

On the layout properties of the Text object, select Conditional show and the condition should be:

GetSelectedCount(ID)=0 and GetSelectedCount(Name)=0 and GetSelectedCount([Oder Type])=0

So that it will only show if there are no selections made in these fields

ishika00730
Contributor III
Contributor III
Author

Hi,

I saw the attached file.  The requirement is that the text box should always be seen on the dashboard by default and also when any selection is made in state.

But if any other field is selected . it must hide.

The file that you have attached, the text object is hidden by default and when we select state it appear. But when I deselect the State it again hides. Please uggest an approach with which the text object is shown by default and alaso when we select state and is hidden when we select any other field.

 

Thanks