Saturday, March 6, 2021

Filter/ Parameter hide based on Paramter selectoion

Steps:

1. Create 2 Param1  and Param2. Param1 will be visible all the time the other will appear based on  selection on Param1.
2.Create blank sheet having avg(0) on rows and columns
3. Add Param1 in blank sheet and add values based on which the Param2 will be hide.
4. Add Paramters1 and add blank sheets and then add PArameter2 and add floating object on Parameter2

Please check below link.



This approach will work good in Fixed layout where as for Autoimatic layout there is a chance the floatig object will distorted.

No comments:

Post a Comment

How do I find only strings that contain precisely "ABC" (upper case), but not those that contain "abc" or other upper/lower case combinations?

  How do I find only strings that contain precisely "ABC" (upper case), but not those that contain "abc" or other upper/...