Using Blockly code to hide specific cell in crosstab (Total Column Value)
-
- Posts: 13
- Joined: Sun Jun 04, 2023 12:30 pm
Using Blockly code to hide specific cell in crosstab (Total Column Value)
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.
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.
- Attachments
-
- issue.png (29.7 KiB) Viewed 5295 times
-
- example.mrt
- (31.07 KiB) Downloaded 283 times
-
- textrevport.json
- (5.98 KiB) Downloaded 224 times
Last edited by crazytrunk on Fri Jul 12, 2024 8:54 am, edited 2 times in total.
-
- Posts: 13
- Joined: Sun Jun 04, 2023 12:30 pm
Re: Using Blockly
can any supports help me with this issue? thanks
-
- Posts: 7333
- Joined: Tue Mar 20, 2018 5:34 am
Re: Using Blockly
Hello,
Unfortunately, for the Cross-Tab component, it is not possible.
Thank you.
Unfortunately, for the Cross-Tab component, it is not possible.
Thank you.
-
- Posts: 13
- Joined: Sun Jun 04, 2023 12:30 pm
Re: Using Blockly
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?
-
- Posts: 7333
- Joined: Tue Mar 20, 2018 5:34 am
Re: Using Blockly
Hello,
Please send your report.
Also, please clarify what web viewer are you use - product, version?
Thank you.
Please send your report.
Also, please clarify what web viewer are you use - product, version?
Thank you.
-
- Posts: 13
- Joined: Sun Jun 04, 2023 12:30 pm
Re: Using Blockly
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

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
Last edited by crazytrunk on Tue Jul 09, 2024 11:27 am, edited 2 times in total.
-
- Posts: 13
- Joined: Sun Jun 04, 2023 12:30 pm
Re: Using Blockly
sorry for replying late, I have some business to take care of.
-
- Posts: 7333
- Joined: Tue Mar 20, 2018 5:34 am
Re: Using Blockly
Hello,
Please check the last release build.
Thank you.
Please check the last release build.
Thank you.
-
- Posts: 13
- Joined: Sun Jun 04, 2023 12:30 pm
Re: Using Blockly
is there a way to work around with it, my project currently running with this version, it can not upgrade to lastest
-
- Posts: 13
- Joined: Sun Jun 04, 2023 12:30 pm
Re: Using Blockly
or can you help me convert the current code to blockly to see if its working or not?