stimulsoft cant update variable automically for using in code - stimulsoft

I add variable to stimulsoft with text component and use {} to change this test to variable
but when use it in code, i have error that this variable doesnt exists,
can anyone help me for this issue
thanks

you must write variable explicitly in variable panel
I have a this issue and after search,i find stimul doesn't update variable automatically
post your comment for me

Related

(SIMPLE) SAS Change export to another path and not replace the document

I need to change the path to be BR_Historical and instead of it replacing the data I want it to add a row and I cant figure it out
should be a somewhat simple fix but I can't get it to work.
Please let me know if you have any suggestions thank you!

where they are set the variables in the smarty document used by prestashop

for example the variable $category.name where it is set from? I cant find it in the back office.
enter image description here
controllers\front\listing\CategoryController.php
For any variable please follow $this->context->smarty->assign in front or admin controller

Setting globally defined defaults for certain table options

I am curious to know if you could set a default global option for all tabulator tables. I want these options set on all tabulator tables throughout the application
ajaxLoaderLoading: "<div class='spinner'><div class='loading_circle'></div></div>",
placeHolder: "No Data Available",
My first thought was to use module extension but I don't believe that is a solution I am looking for. Ultimately I just want to avoid declaring the same default options for all tables. Any ideas or insight is appreciated, thanks!
The only way to do that would be to edit in Tabulator.js Library and hard code it, I wouldn't suggest doing that if other developer updates it your code will break.
You can set a global string for
"<div class='spinner'><div> class='loading_circle'></div></div>"
and "No Data Available" use it everywhere you initialize Tabulator
wrap your call to Tabulator in a function or a custom class and just instantiate your custom code with a config object that can extend/override your default settings object.

Correct way to override content being displayed?

I want to enable the use of codes inside of content on a Drupal website. For example, when creating a block or a node, i want users to be able to insert code like this:
[[EMAIL]]
Depending on what the current language is, it might display a different value. The tricky part is not retrieving the value I want to replace it with, but figuring out at what point I replace it?
What hook or function would I use, to replace any node content that has the specific code in it, with another value? And the same for a block or any other content that is going to be displayed?
I solved this by creating my own input filter. I copied this example.

Delete and modify fields shown in "drupalsite/node/XXX"

I need to delete/modify some fields shown in the full view of a node. This is when you go to "drupalsite/node/XXX".
(They only will be shown depending of the value of another field of the same node).
I have used nodeapi > view but I am not able to make it work. What am I missing? How should I do it?
Thanks in advance :)
You can use function template_preprocess_node(&$variables) in {your_theme}/template.php

Resources