-
Re: DCA - How to lock/unlock checkboxes based on selection? [No Dimension]
Hi ashasli, As the module does not contain any dimension, I believe the way to go will be to create a Read/Write Line Item for each individual Custom boolean as the driver combination behind locking …1 -
Re: Average Market
Hello Filip That is a fun and interesting question you have. As Bill suggested, there are a few ways to achieve this and my approach is similar. I would set up the module as follows: Check for Compar…1 -
Re: Formula based on List top level
It tends to happen, even to the best of us! 😂 Glad it works. Cheers!1 -
Re: Formula based on List top level
Hello JAbhi When you use an IF statement, the condition must return TRUE or FALSE. Thus, you will need to create a checking condition. IF ITEM('Prod Type') = 'Prod Type'.'All' THEN <Task 1> ELS…1 -
Re: Top Down Approach
hello, Here would be a solution that would cover both scenario of whether you want to check from Parent or from Child level. I've set up 2 lists, L1 Product & L2 Product Family (Parent of L1 Prod…1