I have condition in card where user can input negative value.
But when the value is negative, the button will disable to click.
I have data Product as Context Selector, Time Period Month in Column, and Line Item to input Order Quantity Review in Row.
User will input number of order quantity review, but when the value is negative, the button will disable to click.
I create line item for driver in the same module with formula below:
IF 'Order Quantity (Review Input) >= 0 THEN TRUE ELSE FALSE
But when I applied this driver line item to action configuration, it only worked for Product A in Jan-24. Meanwhile, I want this driver line item to be worked on every Product that will be selected and for every month not only Jan-24.
Does anyone know how can I implement this?
Thank You..