How to use Stimulsoft Reports like EXCEL
How to use Stimulsoft Reports like EXCEL
Hi,
For Table/Cross table component, is it possible to assign the formula (likes excel cell) for the grid cells, e.g. B1=1.5*A1.
Any example codes will be appreciated.
Thanks
For Table/Cross table component, is it possible to assign the formula (likes excel cell) for the grid cells, e.g. B1=1.5*A1.
Any example codes will be appreciated.
Thanks
Re: How to use Stimulsoft Reports like EXCEL
Hello,
You can use the cells expression in necessary cell with your formula.
Thank you.
You can use the cells expression in necessary cell with your formula.
Thank you.
Re: How to use Stimulsoft Reports like EXCEL
How to get the value of the cells
Thanks
Thanks
Re: How to use Stimulsoft Reports like EXCEL
Hello,
Please see the following topic in our knowledgebase:
http://stimulsoft.helpserve.com/index.p ... icleid=350
Thank you.
Please see the following topic in our knowledgebase:
http://stimulsoft.helpserve.com/index.p ... icleid=350
Thank you.
Re: How to use Stimulsoft Reports like EXCEL
Hi,
Whether can use the formula in the Table,
After I used this formula({Cells[1,1]}) in the Table shows the result is '0'
Whether can use the formula in the Table,
After I used this formula({Cells[1,1]}) in the Table shows the result is '0'
Re: How to use Stimulsoft Reports like EXCEL
Hello.
No, this expression works in the cross-tab only.
Thank you.
No, this expression works in the cross-tab only.
Thank you.
Re: How to use Stimulsoft Reports like EXCEL
Aleksey Andreyanov wrote:Hello.
No, this expression works in the cross-tab only.
Thank you.
Thank you,
How to get the value of the cells in Table
Re: How to use Stimulsoft Reports like EXCEL
Hello.
You can get it to the Get Value event of the cell.
Thank you.
You can get it to the Get Value event of the cell.
Thank you.
Re: How to use Stimulsoft Reports like EXCEL
Sorry .Aleksey Andreyanov wrote:Hello.
You can get it to the Get Value event of the cell.
Thank you.
I think that you can give me an example of the expression.
Thanks.
Re: How to use Stimulsoft Reports like EXCEL
Hello,
Thank you.
You can use the expression from Cells[1,1] in your formula.shrek wrote:Hi,
Whether can use the formula in the Table,
After I used this formula({Cells[1,1]}) in the Table shows the result is '0'
Thank you.