You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to activewareh...@googlegroups.com
Using ActiveWarehouse, I have created a dimension that is dependent on two foreign keys :plant and :material.
How can I find the right dimension, as the resolver only uses one value? Or are there any other solutions?
Torsten
Thibaut Barrère
unread,
Jun 9, 2009, 7:29:56 AM6/9/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ActiveWarehouse Discuss
Hi Torsten,
I don't think there is a built-in lookup stuff for more than one
field.
You could either concatenate the two foreign keys to create some
composite key and look-up by that if it's acceptable, otherwise you
could hack your own resolver.
Have a look here [1] to see how to implement your own resolver (it's
probably a matter of duplicating the existing SqlResolver or
ActiveRecordResolver to do what you need).