(214) 614-8289
2591 Dallas Parkway, Suite 300, Frisco, TX 75034

Author: Quantum

FDMEE Conditional Map Script Examples

Here are just a few examples of how conditional map scripts can be used in FDMEE.

Example 1

If you need to ignore any lines with amount of $100, and map the rest of the Account members to itself for target…

account = fdmRow.getString("ACCOUNT")

amount = fdmRow.getString("AMOUNT")

if (amount) == 100:

fdmResult = "IGNORE"

else

fdmResult = account

 

Example

Read More

FDM / FDMEE ‘Expert’ Technical / Development Support

Do you have a difficult/anomaly type issue that needs attention quickly?

Do you need support for existing custom scripts?

Would you like a direct call to the specialist who can help you?

Let our Q-Experts assist you in your data management issues and be back up and running!

Please use the Contact Us form

Read More

PBCS 11.1.2.3.00 FDMEE Export To Excel Output Blank

Are you receiving a blank spreadsheet with just headers when you export, let’s say Account dimension to Excel?

 

If you’re on an on-premise deployment, there’s an Oracle KM article that will resolve this issue for you.

Data Export From FDMEE to Excel Returns Blank Spreadsheet (Doc ID 1919482.1)

But what if you don’t have

Read More

Oracle Hyperion (EPM) 11.1.2.4.00 Installation DVD

11.1.2.4.00 Installation DVD:
Oracle Hyperion (EPM)
We thought additional tips to get the 11.1.2.4.00 Installation software may be helpful. For those of you that have a hard time downloading the software from (http://edelivery.oracle.com/) due to internet speeds, data usage cap, etc. you have an option to receive the software via DVD.

Here are the

Read More