It looks like you're new here. Sign in or register to get started.
Duikmeester wrote: Not without modifying almost the entire budgetting system. Better solution would be to define dimension codes that stand for a combination of 2 codes for example. DIM1 = RED DIM2 = YELLOW DIM3 = BLUE DIM1 = GREEN = (BLUE + YELLOW) DIM2 = PURPLE = (RED + BLUE) You will need to get creative but it works roughly.
Answers
Better solution would be to define dimension codes that stand for a combination of 2 codes for example.
DIM1 = RED
DIM2 = YELLOW
DIM3 = BLUE
DIM1 = GREEN = (BLUE + YELLOW)
DIM2 = PURPLE = (RED + BLUE)
You will need to get creative but it works roughly.
Thanks, I´ll try with combinations