Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Probably this is very easy, but for some reason I don't succeed in getting (in the load script) the number of matching dimension rows per fact row.
Example attached as well.
Any advice would be appriciated.
Maarten
In the end I was able to solve the problem with the following code.
Did some tests and the results seem to be ok.
Thanks for your feedback.
Hi,
See this QV file
Hi Aurélien,
That would indeed be a good solution if there was no need to calculate the result in the script.
In my case, the best solution would be to have the result as field value.
I can easily solve the problem by using an outer join, but I'm now sure what the impact will be in the real script.
E.g.
I think you could use table-functions like noofrows() for this.
- Marcus
In the end I was able to solve the problem with the following code.
Did some tests and the results seem to be ok.
Thanks for your feedback.