Crystal Reports
-
hellow to all .. i had build a Crystal Report , i need to pick values from 2 tabels and show them , the 2 tabels are not related in keys , and to pick the values i need to use the SelectionFormula method .. i had't have any success anyone can help or give me his opinion ? thxx
-
hellow to all .. i had build a Crystal Report , i need to pick values from 2 tabels and show them , the 2 tabels are not related in keys , and to pick the values i need to use the SelectionFormula method .. i had't have any success anyone can help or give me his opinion ? thxx
-
hellow to all .. i had build a Crystal Report , i need to pick values from 2 tabels and show them , the 2 tabels are not related in keys , and to pick the values i need to use the SelectionFormula method .. i had't have any success anyone can help or give me his opinion ? thxx
maybe you should try a different datasource. You can build your relation outside of crystal and bind the report to that data. Stored Procedure would be good for that using a join or there are always subreports. You can create relations with datasets as well and bind you report to that or even an array, limitless possibilities. Maybe if you posted you programming environment and th erelation you are trying to creat someone ccould help more.