Hi,
I have a cube with the following entities:
• Day
• Vehicle (SPARSE)
• StartDate (time format 00: 00: 00 => MaxItemNumber = 86400) (SPARSE)
I have a cube of assignment of vehicles per employee of form:
• Day
• Vehicle (SPARSE)
• Employee (SPARSE)
I just want to have a cube
• Day
• Vehicle (SPARSE)
• Employee (SPARSE)
• StartDate (time format 00: 00: 00 => MaxItemNumber = 86400)
With a digital cube, just do c = a * b, and it's OK and fast.
With a text cube, what is the syntax because a * b does not work?