Hi,
I have 2 tables in which there are some fields I want to display. These 2 tables are linked together by 3 tables which I did not display their fields.
Now, if I want to display data based on the undisplayed tables' fields. Can I do that?
OKie example:
2 Tables: Bucket and Trade
Linking tables:
Bucket-Symbol-Trade-SubProduct-Product-ParentProduct
Fields to Display:
Bucket.BucketName, Trade.ProdCredit
I need to display ProdCredit 5 times in the report when Product.Product and ParentProduct.ParentProduct have different values.
Example:
BucketName ProdCredit ProdCredit ProdCredit
How do i set the formula?
I have tried this:
If {Product.Product} = "Commission" then
{Trade.ProdCredit}
and
If {Product.Product} = "GED" then
{Trade.ProdCredit}
However it has different results when I test out the data using only BucketName and one ProdCredit only.
Please advise
Thanks and regards
Jerry
I have 2 tables in which there are some fields I want to display. These 2 tables are linked together by 3 tables which I did not display their fields.
Now, if I want to display data based on the undisplayed tables' fields. Can I do that?
OKie example:
2 Tables: Bucket and Trade
Linking tables:
Bucket-Symbol-Trade-SubProduct-Product-ParentProduct
Fields to Display:
Bucket.BucketName, Trade.ProdCredit
I need to display ProdCredit 5 times in the report when Product.Product and ParentProduct.ParentProduct have different values.
Example:
BucketName ProdCredit ProdCredit ProdCredit
How do i set the formula?
I have tried this:
If {Product.Product} = "Commission" then
{Trade.ProdCredit}
and
If {Product.Product} = "GED" then
{Trade.ProdCredit}
However it has different results when I test out the data using only BucketName and one ProdCredit only.
Please advise
Thanks and regards
Jerry