dataConnector mix not working

Hi ,

why is mix() not working with dataConnector ? is it only for JSONDataConnector ?

Thanks.

Hi , it’s me again ,

why is mix not working with dataConnector ? is it only for JSONDataConnector ?

Thanks

Yep, it will work only for json connectors.

Mixing multiple xml datasets in one file has not so much sense, as client side components will not be able to read data from such a file. ( in case of JSON, it possible to load a data into multiple component from the same combined dataset )

Hi Stanislav ,

Thank you for your answer , if i can’t use mix , how do i join tables with xml connector ?
to make stroy short i need to enable multi user sync , i used mix to escape the problem with joins in render_sql/complex_sql with multiple tables :cry:

lets say i have two tables A and B , A represent my events and B some other data, that i need included in the events.
if i use json connector mix works fine but i cant enable_live_update (bugged) cause serverList to return empty array :frowning:
if i use xml connector mix doesn’t work and i need that other data :p.

so how to approach this problem ?

Many Thanks