I have a situation where I need to call query item from Query A in Query B. I think I can do it using tabular reference. Can someone show the functionality of tabular reference...with an example from gosales package?
Thanks
Cognosrebel
try that yourself...
Srik
I tried it and is getting a error saying Circular reference.
Ok, here is what I did. I put Product line and Product Type in Query A and Product name and product Description in Query B. Then, I put a tabular reference in query A referencing query B.
Now, in query A, I am able to see all 4 query items and tried to create a list report out of it.
I get the error saying product name and product description is having circular reference.
Hope someone can help me out here.
Hello,
I just ran into this situation and the cause of Circular Reference was the following:
Because both of the details were named Tabular Model 1 it sees it in both places and thus "goes around in circles trying to figure out which one of Tabular Model 1 to get".Ã,Â
In order to solve it, rename Tabular Model 1 to a unique descriptive name.Ã, Then it works.Ã,Â
Good luck.