• Jedox 4 Beginners replied to the topic "Worksheet Variables, Initialization"1 year ago

    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…   Read more»