Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everybody,
I have a question regarding intervalmatch. So far I used the intervalmatch function in conjunction with static dimensions (e.g., a computed field of a loaded table). It works fine. I like this way of mapping since the computation is done in the script and I can centrally adjust the upper and lower limits of the intervals.
So far so good. But this time I have a dimension which involves aggregation and rangesum (inventory turn based on a rolling time window). My questions are:
Thanks in advance,
Tobias
Just to follow up. I changed my data model such that inventory turn can be computed during the load. Then intervalmatch works of course.
The lesson I learned: If the computational expressions become too complicated, change your data model.