Hello,
is there a way i can name a row in the pivot table but with a variable? i tried to rename it and put the name of the variable but it just stays as if its a string and not a variable.
Thank you.
Name a row in pivot table with a variable
Name a row in pivot table with a variable
- Attachments
-
- stimulsoft1.PNG (4.41 KiB) Viewed 501 times
-
- Posts: 533
- Joined: Tue Sep 07, 2021 10:11 am
Re: Name a row in pivot table with a variable
Hello,
Please check the property "Label" for columns in pivot table.
Thank you.
Please check the property "Label" for columns in pivot table.
Thank you.
- Attachments
-
- Designer_M1KTLVLZHY.png (91.76 KiB) Viewed 497 times
Re: Name a row in pivot table with a variable
Hello,
I tried that but it only works as a string, if i put the variable name i created it just stays as the name of the variable instead of the value. Thank you.
I tried that but it only works as a string, if i put the variable name i created it just stays as the name of the variable instead of the value. Thank you.
-
- Posts: 533
- Joined: Tue Sep 07, 2021 10:11 am
Re: Name a row in pivot table with a variable
Hello,
Sorry, unfortunately it's not possible.
Thank you.
Sorry, unfortunately it's not possible.
Thank you.
Re: Name a row in pivot table with a variable
Hello,
It's a shame but thank you anyway.
Is there a way to get the element and hide it? Im using JS Dashboard version, i saw there is a method "getComponentByName", but i dont know if there is a way to hide the element once i get it.
Thank you.
It's a shame but thank you anyway.
Is there a way to get the element and hide it? Im using JS Dashboard version, i saw there is a method "getComponentByName", but i dont know if there is a way to hide the element once i get it.
Thank you.
-
- Posts: 533
- Joined: Tue Sep 07, 2021 10:11 am
Re: Name a row in pivot table with a variable
Hello,
You can try to use the following code for :
Thank you.
You can try to use the following code for :
Code: Select all
report.getComponentByName("Gauge1").enabled = false;