Hi All,
Is there a way to restrict users inputs of a number (formatted) line item to values between -1 and 1. I cant use a list for this as users are free to add any decimals.
Thank you in advance for any suggestions.
Here's an idea for a possible workaround, though it may not work in your particular case.
Note that in the example below, I've set up a process where the user imports data into a module based on a pre-configured csv template and runs a designated process to import the data.
Let's start with the final result.
First, we have a blank slate for importing or inputting values.
Next, we fill out a csv template with values to import.
Next, we import the file using a process.
When we run the process, we can see the validation step has failed!
The errors can be downloaded via csv, but the more user-friendly option is to display the validation results on the UX page.
Okay, so how does this work?
The basic premise is that we can layer on a second step to an import and force that step to fail when the validation fails.
The way the example above accomplishes this is by setting up a list that has a single item in it, and then trying to import invalid values into that list.
List configuration:
System module configuration:
Next, in our input/calculation module, we determine if a cell is valid, and then generate a text-formatted code to represent the result of the validation rule (Code: Valid Value Item).
Code: Valid Value Item
Then, we set up an import step that tries to import that code into an associated list-formatted item that matches our configuration above.
Finally, we add that import action as a step in our import process.
While this meets the need of raising an error on import, there are definitely some other considerations.
Michael,
We don't have the ability to control input in that way but you can allow end users to input numbers, then provide some conditional logic to alert if they are out of range and/or not allow any subsequent calcs to use the numbers out of range. If the numbers are used in a process, you can disable an action button until the conditional logic is met.
Hope that helps
Thanks. Thats what we have done. Problem is that users enter a value (via import) and dont check any further meaning they load data that they tink is "loadad" but (due to the calculation we have) doesn't get shown in the output.
@Michael.downer I have previously compiled a summary of options around user input validation. Of course, these are all still dependent on the user actually inputting the data as opposed to importing it and ignoring any output.
I would also suggest reviewing the business process and end user instructions and see if there is a way you can have them validate the data was actually accepted. For example:
Unfortunately, there is no native way that Anaplan can outright reject values outside of a given range, whether this is via input or import.
In addition to the above suggestions, we follow 'exception reporting'. You may want to publish a KPI that summarises number of instances the data is falling out of range, or number of items affected due to the same.
And lead the KPI to a page where the data can be fixed (OR) provide a filter on the same page to show all those exceptional instances, seeking corrections.
Thanks all.
My suspician confirmes. Might be a good feature to get on the roadmap for Anaplan.
Wow that really cleaver. Using Anaplan against itself. So in effect you are forcing an error as part of the proces s. Thank you that helps.π
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β¦
Hi, My org is looking to explore leveraging Google Apps script to extract data out of Anaplan and update already built templates in Google Sheets. We use the Anaplan Extension currently but find it crashes often with the amount of tabs, data, etc. Has anyone used both Anaplan OAUTH 2.0 API and Goolge Apps Script to writeβ¦
I'm trying to execute an Action to export data with the use of a Mapping in Informatica. But it gives us null rows .If we export directly from Anaplan , the export file has all the rows filled. Both exports have same number of rows but in the informatica export the values appear as blank. This issue is with only someβ¦