how can get fileld name
for example
like table chart link
Http//xxx.com......../field=names
i want to show names column chart widget
so i assume i need selected column name
not value???
for example
like table chart link
Http//xxx.com......../field=names
i want to show names column chart widget
so i assume i need selected column name
not value???
Chart takes a straight array, not a multidimensional, so you need to use for example
{var:read_data.[n].Model}for the data source
This topic is locked and no more replies can be posted.