I want the user to select only one boolean line item at a time. When the user selects one boolean, other booleans should not be selected, and once the user unchecks the selected boolean, all booleans should be available for selection.
You can use this formula in Write DCA Line Item,
You don't need any summary for Only One? Line Item and use this formula:
IF TIMESUM(Only One?) THEN Only One? ELSE TRUE
Cheers!!
@jhondoe443322 By using Dynamic Cell access you can implement this.
@SriNitya Can you guide me. I am not able to do this I have tried
@jhondoe443322 Use below logic to apply DCA
Please Note the Line Item Summary for Only One
@HimanshuRaj is there a way where we can possibly avoid SELECT actually there is no LIST or anything available for me the Only one Boolean Line Item is Time Formatted and I cannot use SELECT there!
@jhondoe443322 If it's time formatted, then keep the time summary to Any as i did above and use [Select: Time.All Periods]. It will work same way
Can you confirm, if you have Total of All Periods on in your time settings
Yes I have tried the approach you are telling. But I want to avoid the use of SELECT and All Periods!
Is there any specific reason to avoid using Select for All Periods? as It's not against Planual Best Practices
To avoid select you can try below approach, Create below two modules. 1.
@jhondoe443322 To avoid select you can also try below approach, Create below two modules.
2.
I am trying to choose between 2 values to use based on a value in another module and lookup to a Cohort from a month value. So, either the Extrapolated Blank Tariff CoS if the Cohort has Flash ticked in Month End Attributes, or Blank Tariff CoS if the Cohort does not have Flash ticked in Month End Attributes. This formulaβ¦
Could not enable filters on UX page. Created Planning period Filter and apply filter on column is disabled. Any help on this
Hi everyone, I am trying to create a connection ADO from PostgreSQL, but I consistently receive the following error: Failed to establish a connection The following message was sent from the target system: The SSL certificate is either invalid or not in unencrypted PEM format. Please check your certificate and try again.β¦