our company current running HFM 11.1.1.3. I works for IT dept. and very new to Hyperion. The issue here is we're running multiple ERP systems -- JDE world, SAP located in different region. and use Hyperion as central consolidation tool. The datas gets uploaded from local ERP to hyperion monthly...
I'm trying to write a report for all the oppotunity/project information.
I use table oprmgr and cal in gmbase folder, but I can't find opportunity/Project name in both tables.
Am I missing any table? Can you tell me where can i find it.
Thank you!
Is there any way that you can move custom tabs? we want it appears further
to the left, like next to summary tab.
I've tried use move up/down button in edit-- preferences--record, then hit
tabs button, I didn't see those custom tabs there.
Thank you.
Here is the problem.
I linked m_iHour to edit box object, on its ON_CHANGE event()
{
UpdateData(TRUE);
CString sMessage;
if (m_iHour <1|| m_iHour>12)
{
sMessage = "Hour should be an integer between 1 and 12.";
MessageBox(sMessage);
}
}
but when hour<10, I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.