Hi,
I have a view with many related files that works well and I see my records in a web browse.
I add a table (actually the alias of a table) to the View and write a join statement ( left outer join ) and now the Web Browse tells me that "there are no records".
I tried binding the field in the primary field but still no joy. Using C3.9054 .
My Primary table field is: JPSS:alt_prov_id
My alias table is : APROV
My Alias table is : APR:Provider_key ( keyed on APR:Number and unique)
My "Custom join" is: APR:Provider_Key, APR:Number=JPSS:alt_prov_id
Only a few records have a value for JPSS:alt_prov_id. Anyway, with a left outer join, it should present all the records in the primary View filter irregardless of the JPSS:alt_prov_id value.
Something is not right - is it my Custom Join Statement or does Net Talk not play well with Custom Joins on Alias tables???
Thanks,
Ron Jolda