Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
how to use variable with expression in table box to make it dayanamic.
i have value of sales of different stores with Month wise.
i want to show it in table Box Store and sales,
and by using variable vmonth, i want to see sales of store in that month.
Store | Sales | Month |
asd | 100 | Jan |
bds | 199 | Jan |
aby | 344 | Jan |
cde | 233 | Jan |
wer | 1100 | Jan |
kyt | 120 | Feb |
tre | 100 | Feb |
asd | 199 | Feb |
bds | 344 | Feb |
aby | 233 | Feb |
cde | 1100 | Feb |
wer | 120 | Mar |
kyt | 100 | Mar |
tre | 199 | Mar |
ggh | 344 | Mar |
man | 233 | Mar |
nsh | 1100 | Mar |
i want to use only table box.
Hi,
Table box doesn't support expressions.Why your going for table box?What makes you to choose the table box? if you provide it in briefer which makes to provide a solution to do it in different way.
Celambarasan
i know that but when i m using chart table i m not able to get all the data some of rows
missing in table but in table box all rows showing.
i have checked many time althouh my expression and all things r right but i m not getting all values .
Only({<Month={$(vmonth)}>}sales),by using this i m not able to find all rows i m getting only few rows.