For example, the DataLinq server has a DataLinq with a query for race results, like this: "race_results 'HOUSE', 'PA', 18".
But, really there are hundreds of races happening, and it's not practical to create a DataLinq for every race. Instead, I want the XPression scene to have combo boxes for the user to select select the the race type (HOUSE, SENATE, GOVERNOR, PRESIDENT), the state ('PA', 'NY', etc), and the district number.
So, the XPression scene must change these arguments to the SQL stored procedure. In this case, I don't believe modifying Row/Column/Table would have the effect of changing the stored procedure arguments in the DataLinq server.
Am I missing something, or is there no way to accomplish this?
#XPression