-
File/Data Encryption During Export using Informatica
Need guidance around how to encrypt data for an Anaplan export using IICS (Informatica). As soon as there is an data export and before it hits target (FTP location or Cloud service), data in transit has to be in encrypted status. So I guess, the question is - how do I encrypt the data as soon as export action runs. I was…
-
Importing Data into a Module is still blank
Hello, I have successfully imported data from a .csv file; however, the data still does not appear in the module. Am I missing something? Screenshots attached detailing how I imported it and success message.
-
Issue with decimal number formatting
Hi, I am uploading data into module, data have year of service as 3.5,2.4 etc...While formatting number i am getting issue. I am attaching screenshot can anyone help me in this. I have formatted correctly but data is showing instead of 3.9 its showing 39. Thanks, Maithri.
-
Percentage increase
Hi - How to incorporate these values in model? are we suppose to manually inout those.
-
Failing to import Data In Region Flat -- Model Building activity Level 2 Sprint 1
Region Flat List in Tree View: Region Flat List in Grid View I'm getting this error while importing the data:
-
Level 1 exam Role.csv
Hi, I cannot get this csv file to download which is required for Activity 3 in the exam?
-
Metadata
Can someone explain what exactly is metadata, and what is the role of metadata in the datahub and how it is better to calculate the metadata in the datahub itself rather than importing it to other spoke models?
-
We'd like your feedback on the App Hub
Hi all, We are currently looking for Anaplan customers to participate in 60 minute research sessions. Sessions will take place remotely from March 2nd to March 11th. Participants will receive an e-gift card as a thank you for their time, if their company policies allow them to receive these. For this session, we will be…
-
4.8.2 Activity: Import Data into E2 Employees# List NUX
In the NUX everytime I try to import the employee list it doesn't display the name. I am correctly importing but it continues to show the employee names as numbers. Please advise
-
Level 3
Hi - Unable to map the time. I am not able to enter anything in the custom field as well with the option match names. Please advise. Thanks
-
Level 3
Hi - I am not getting anything under Baseline forecast. I have imported from excel file not from Data hub module as recommended. Could anyone please advise. Thanks -Pooja
-
Error In Mapping Data
I'm trying to complete model building activity in Sprint 1 Level 2 and facing an error while importing data from the file. Do let me know what mistake I'm making.
-
Use if not and sum formul
Hi, Can some one advise me how to use a if not construction then sum(...) else ? I would like to have some examples. .. as I tries different formulas and it seems it's not working
-
Duplicate Rows or Columns Excel Add in
After closing and reopening an excel add-in linked workbook I am seeing the attached error. The workbook worked fine before being closed. It has also broken the connection on another tab that was working correctly, I think this may be a separate issue.
-
Two set Operations in one script is not working correctly
Hi All , Below script is not working correctly let me know if i am missing out anything. Only one operation is working while running the script. echo off set CertPath=path1 set PrivateKey=path2 set WorkspaceId1="abc" set ModelId1="xyz" set WorkspaceId2="bcd" set ModelId2="pqr" set ServiceUrl="path1" set AuthUrl="path2" set…
-
7 2 3 activity import data into employee details module facing Troubleshooting Invalid Date
-
importing into a list - duplicate item error
Hi All, I have a masterdata module with products which have an attribute of size. I have a list of all possible sizes. I have imported into the size list from the masterdata a module to ensure that if a different size is added, that my size list gets updated. All good so far - however when I run the import I get an error…
-
8.5.3 Activity: Import Data into Volume Inputs Module
I'm unable to map source and Target after importing the data. Also unable to view the Target items as explained in the learning anaplan. Could you please me here.
-
Hierarchy Creation
Hi, I want to create 4 level Employee hierarchy from an Employee flat list. The employee-flat list has all employees, but I only need employees under one particular function. (let is assume 30 employees of one specific function out of total 100 employees). There are no departments or cost centers available. The only…
-
ANAPLAN CONNECT EXPORT SCRIPT
@Echo off set AnaplanUser="***" set WorkspaceId="***" set ModelId="***" set Operation=-service "https://api.anaplan.com" -auth "https://auth.anaplan.com" -export "***" -execute -get "***" rem *** End of settings - Do not edit below this line *** setlocal enableextensions enabledelayedexpansion || exit /b 1 cd %~dp0 if not…