Page 1 of 2
Using Blockly code to hide specific cell in crosstab (Total Column Value)
Posted: Tue Jul 02, 2024 11:40 am
by crazytrunk
Hi Guys I have an issue which can't solve
I am using crosstab and I want to archive this, after working around I can't find the solution for this
so I am trying Blockly, but seems like really hard for me to understanding it, could you guys please help?
in blockly is there a way I can get the value and adding condition to show Hide it?
below is file design and image describe it thanks.
Re: Using Blockly
Posted: Wed Jul 03, 2024 3:50 am
by crazytrunk
can any supports help me with this issue? thanks
Re: Using Blockly
Posted: Wed Jul 03, 2024 9:25 pm
by Lech Kulikowski
Hello,
Unfortunately, for the Cross-Tab component, it is not possible.
Thank you.
Re: Using Blockly
Posted: Thu Jul 04, 2024 6:59 am
by crazytrunk
actually I find a way to hide it with blockly, its working fine in the preview mode but after rendering it in website, it shows errors, would u mind taking a look at it?
Re: Using Blockly
Posted: Thu Jul 04, 2024 7:37 am
by Lech Kulikowski
Hello,
Please send your report.
Also, please clarify what web viewer are you use - product, version?
Thank you.
Re: Using Blockly
Posted: Thu Jul 04, 2024 9:06 am
by crazytrunk
As picture below

I was using calculation Mode "Interpretation" eveything is working fine , I have attach Before design mrt below too.
after changing calculation Mode to "Compliation" and using blockly in the "After.mrt" I successfully hiding all the cells I want.
I have fixed all the error message in After.mrt and using blockly after changing calculation Mode .

in the preview mode everything works as expected
Issue:

Succeed:

but after build it in the production I encounter error like this :

Version I am using is
<PackageReference Include="Stimulsoft.Dashboards.Web.NetCore" Version="2023.1.8" />
thanks
Re: Using Blockly
Posted: Thu Jul 04, 2024 9:07 am
by crazytrunk
sorry for replying late, I have some business to take care of.
Re: Using Blockly
Posted: Fri Jul 05, 2024 7:10 am
by Lech Kulikowski
Hello,
Please check the last release build.
Thank you.
Re: Using Blockly
Posted: Fri Jul 05, 2024 7:22 am
by crazytrunk
is there a way to work around with it, my project currently running with this version, it can not upgrade to lastest
Re: Using Blockly
Posted: Fri Jul 05, 2024 8:33 am
by crazytrunk
or can you help me convert the current code to blockly to see if its working or not?