Hi,
I have two modules that looks like the following:
Module 1 - No dimensions, just two line items. One of the line items is formatted as List X and the other is formatted as Time Period - Month
Module 2 - I have time and List X as dimensions, and one line item, let's say price.
Now to the problem: What I want to do is to collect the price from the list object selected in module 1 in the line item formatted as List X and present if for another object, in the same list, in the second module.
So for example, let's say I have two list objects in List X, Apple and Oranges. If I, in the first module, select Apples (with a price of 1), I want the second module to display the price of Apple for the list object Oranges.
I tried to do a lookup on the value selected in module 1, but it didn't work...
Anyone got any suggestions? Thanks a lot!