Skip to main content
Solved

Dimension lookup

  • September 10, 2024
  • 2 replies
  • 231 views

Louie
Author
Forum|alt.badge.img+6

Appreciate your assistance here.... The left screen is the CVS loaded PnL Acct dimension and the right screen is NetSuite Integration. The Coln dimension 'FP&A Category Override' is a user manual input. Is there a way I may do a 'vlookup' in the new table so that we don't have to manually map it again.

 

Best answer by sethbradley

Hi Louie, 

Seeing as Internal ID is a unique ID, try this and let me know if it works:

IF(CSV_List.‘Internal ID’ = Net_Suite_List.‘Internal ID’, CSV_List.’FP&A Category Override’)[REMOVE LASTNONBLANK: CSV_List]

Best,
Seth

2 replies

sethbradley
Master Trendsetter
Forum|alt.badge.img+8
  • Master Trendsetter
  • 27 replies
  • Answer
  • September 10, 2024

Hi Louie, 

Seeing as Internal ID is a unique ID, try this and let me know if it works:

IF(CSV_List.‘Internal ID’ = Net_Suite_List.‘Internal ID’, CSV_List.’FP&A Category Override’)[REMOVE LASTNONBLANK: CSV_List]

Best,
Seth


Nathan
Employee
Forum|alt.badge.img+12
  • Employee
  • 227 replies
  • September 10, 2024

Of course !

 

In your target write the following:

PnL Acct dimension.’FP&A Category Override’[BY:transactionlist.’FP&A Category Loaded’]