Worksheet Variables...
 
Notifications
Clear all

[Solved] Worksheet Variables, Initialization

2 Posts
2 Users
0 Likes
266 Views
Active Member
Joined: 11 months ago
Posts: 2
Topic starter  

What is the best way to initialize variables in a Jedox worksheet?


   
Quote
Topic Tags
Jedox 4 Beginners
Trusted Member Admin
Joined: 3 years ago
Posts: 32
 

Hi Rostyslav,

there are different ways. You can do it via macros:

function __open(){

define_variable('vCountry',$vCountry);}

or you can initialize the on open Workbook event:

  • when you open the empty spreadsheet click on File
  • then choose from menu Workbook event
  • on Load or Open now you can Set Values which you prefer.

 


   
ReplyQuote
Share:

Join the Jedox4Beginners forum and engage with a community of passionate Jedox users. Get expert advice, share insights, and find solutions to your Jedox-related queries. Unlock the power of collaboration and accelerate your learning journey in the world of Jedox.

Join the Jedox4Beginners forum!