-
Jedox 4 Beginners posted a new topic "CODE:104 β NOT FOUND: CANNOT FIND REQUESTED WORKBOOK OR WORKSHEET" – 3 years ago
Does anyone have a problem with this?
-
Jedox 4 Beginners replied to the topic "JDX_SID NOT FOUND" – 3 years ago
-
Jedox 4 Beginners posted a new topic "JDX_SID NOT FOUND" – 3 years ago
hi Team,
how to solve the integrator problem where message is
JDX_SID NOT FOUND? -
Jedox 4 Beginners replied to the topic "How to remove ^-,.|} from the element name?" – 3 years ago
you can use groovy for it
return _input1.replaceAll(“[^a-zA-Z0-9]”, “”);
where all non alphabetic characters will be replaced by empty string -
Jedox 4 Beginners posted a new topic "How to remove ^-,.|} from the element name?" – 3 years ago
How to remove ^-,.|} from the element name?
-
Jedox 4 Beginners replied to the topic "exclude ~ from text filter" – 3 years ago
Hi!
Try like this
“^((?!~).)*$” -
Jedox 4 Beginners posted a new topic "exclude ~ from text filter" – 3 years ago
How to exclude ~ from text filter via Regular Expression?
-
Jedox 4 Beginners posted a new topic "REMOVING EXTRA SPACE IN THE JEDOX REPORT" – 3 years ago
Issue related to the big size of the report which disables fast opening.
-
Jedox 4 Beginners wrote a new post 3 years ago
Unable to click save button in Jedox ETL
Hi Jedox beginners, How many times has it happened that while working on your super complex ETLs, the save button becomes […]
-
Jedox 4 Beginners wrote a new post 3 years, 1 month ago
Building Dynamic Calendars in Jedox
In this guide, we’ll walk you through the process of crafting a calendar widget within the Jedox platform. This endeavor requires the presence of […]
-
Jedox 4 Beginners wrote a new post 3 years, 1 month ago
Add element to the Jedox database via macro
In this post, we are going to show you how to use multiple PALO functions in the macro to successfully add element in the dimension. For this purpose […]
-
Jedox 4 Beginners wrote a new post 3 years, 1 month ago
Excel download using macro
Here is one quick way to download a file as an Excel. In normal conditions, Jedox offers two possibilities to Export to Excel: XLSX […]
-
Jedox 4 Beginners wrote a new post 3 years, 1 month ago
Dynamic denormalization
One of the commonly used transformations in ETL is Table denormalization. DenormalizationΒ is the reverse of normalization. Row-based data with […]
-
Jedox 4 Beginners wrote a new post 3 years, 1 month ago
Mapping Matrix
When working with dimensions like products there must be a use-case when mapping matrix is necessary. This little mapping matrix is used when there […]
-
Jedox 4 Beginners wrote a new post 3 years, 1 month ago
Best way to copy data without using the ETL
During the planning process, there will be activities that require to copy data from the previous year or another version. There are multiple ways to […]
-
Jedox 4 Beginners wrote a new post 3 years, 1 month ago
How to create a colour picker in Jedox?
Jedox has a wide range of possibilities when it comes to reporting since it is working based on Excel technology. Having that in mind it might […]
-
Jedox 4 Beginners wrote a new post 3 years, 1 month ago
How to return IP address from the Spreadsheet in Jedox
Here is the sample of the macro PHP code which can help you to return the IP address of the current server from the spreadsheet. It could be useful […]
-
Jedox 4 Beginners wrote a new post 3 years, 1 month ago
How to create paging in Jedox?
When crafting reports in Jedox, it’s not uncommon to encounter scenarios where the large volume of rows becomes unwieldy. In such cases, the […]
- Load More