|
2021년 1월부터 기존 파일 형식을 더 이상 사용할 수 없습니다. 기존 파일을 전환하거나 PDF를 다운로드할 수 있습니다. 자세히 알아보기

Understanding Query Relationships

0

댓글

댓글 2개

  • Sanjana Soni

     

    Ryan Niebruegge -

    FCCS Data Load Rules (DLR) do not generate zero‑value rows, because FCCS suppresses zero data by design.
    Narrative Reporting (NR) has strict data‑size limits. 
    This results in incomplete Trial Balance outputs when sourcing data directly from FCCS.
    The business requires a complete Trial Balance including all entities, all accounts, and all zero‑value rows—and they need this automated inside Workiva.

    Will this logic work? Please provide any insights or logic Trial Balance including all entities, all accounts, and all zero‑value rows—and they need this automated inside Workiva
    • Load FCCS Actuals into Workiva — This contains only non‑zero values because FCCS suppresses zero rows.
    • Load a Master Entity–Account List into Workiva — This table includes every required Entity × Account combination.
    • Use Wdata Prep to LEFT JOIN Master → FCCS data (LEFT JOIN = keep every row from the Master list, even if FCCS does not have a match).
    • Fill missing values with zero — Any FCCS value that is NULL (missing) is converted to 0.
    • Publish the final table — This produces all entities, all accounts, all periods, and all zero‑value intersections for complete, automated Trial Balance reporting.
    0
  • Jeff Hickey

    Hi Sanjana Soni, your proposed logic sounds good. Please use this link https://support.workiva.com/hc/en-us/sections/360009636192-Oracle-FCCS for information specific to Oracle FCCS. If you have additional Chain related questions, I recommend posting your questions in the Chains & Connectors topic as this thread is specific to understanding query relationships.

    0

댓글을 남기려면 로그인하세요.