What am I doing wrong?
- Moisés Olivares
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 4
- Thank you received: 0
10 years 2 months ago #1231
by Moisés Olivares
What am I doing wrong? was created by Moisés Olivares
What am I doing wrong?
The preview screen says: Number of Columns for series and Number of series should be equal
The preview screen says: Number of Columns for series and Number of series should be equal
Please Log in to join the conversation.
- Zaheer Abbas
- Visitor
-
10 years 2 months ago #1235
by Zaheer Abbas
Replied by Zaheer Abbas on topic What am I doing wrong?
Hi Moisés
In query you have selected only one column to create the line chart. To draw line chart through sql query, we consider first column for horizontal value,remaining columns will be consider for series.The query you have written, have only one column , you have not given any column for series values because of this, it is showing this "Number of Columns for series and Number of series should be equal" message.
We hope this response have sufficient answer of your question / query. if not please reply and we will answer your question / query as soon as possible.
thanks
zaheer
In query you have selected only one column to create the line chart. To draw line chart through sql query, we consider first column for horizontal value,remaining columns will be consider for series.The query you have written, have only one column , you have not given any column for series values because of this, it is showing this "Number of Columns for series and Number of series should be equal" message.
We hope this response have sufficient answer of your question / query. if not please reply and we will answer your question / query as soon as possible.
thanks
zaheer
Please Log in to join the conversation.
- Moisés Olivares
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 4
- Thank you received: 0
10 years 2 months ago #1236
by Moisés Olivares
Replied by Moisés Olivares on topic What am I doing wrong?
Thank you very much

Please Log in to join the conversation.