Hi, I try to add formula to the code line, but I get error that says 'code does not apply to any lists', what is the problem=
Kind regards,
Katja
Hi @Katjaj , Copy the "-" from the below line item in the applies to section & paste it in the applies to for this line item. It will apply the "SKU Flat" dimension to that line item & then you'd be able to use code formula. The error is reflecting that there is no dimension applied to the line item that you're trying to use the code formula for as you can see it is also showing blank & the small squares (indicating a subsidiary view) Hope this helps! :)
The hyphen (-) indicates that the line item inherits the module's dimensions. Since the hyphen was removed, CODE(ITEM(SKU Flat)) now requires the line item to have the SKU dimension explicitly. This mismatch leads to the error.
CODE(ITEM(SKU Flat))
Hi all, i'm trying to import the file DEM01 csv but i don't know how to do it How do i select th evalue of DEM01 if the time value is on column? thanks a lot Andrea
Hi, Based on the regional settings, my default delimiter/separator for CSV files is a Semicolon. In the classic way of uploading a csv file, I was able to select the delimiter. When using ADO, I don't have the option to select a delimiter. Uploading a Semicolon delimited file returns an error, or an upload with only oneβ¦
Hi everyone, I'm looking to design a workflow and would appreciate your input or guidance on how to set this up effectively in Anaplan. So, the goal is: Once end users complete their data input, they should be able to trigger a process that: Notifies stakeholders via email with a link to a report. The report includes: Aβ¦