-
Jedox 4 Beginners posted a new topic "Multiple actions buttons" – 3 years, 2 months ago
Hi team,
when do you think there will be multiple action buttons? -
Jedox 4 Beginners posted a new topic "M_EL1 – dimension is locked: dimension is used in a locked cube" – 3 years, 2 months ago
Hi,
did anyone have problem like this:
M_EL1 – dimension is locked: dimension is used in a locked cube? -
Jedox 4 Beginners posted a new topic "CODE:104 – NOT FOUND: CANNOT FIND REQUESTED WORKBOOK OR WORKSHEET" – 3 years, 2 months ago
Does anyone have a problem with this?
-
Jedox 4 Beginners replied to the topic "JDX_SID NOT FOUND" – 3 years, 2 months ago
-
Jedox 4 Beginners posted a new topic "JDX_SID NOT FOUND" – 3 years, 2 months 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, 2 months 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, 2 months ago
How to remove ^-,.|} from the element name?
-
Jedox 4 Beginners replied to the topic "exclude ~ from text filter" – 3 years, 2 months ago
Hi!
Try like this
“^((?!~).)*$” -
Jedox 4 Beginners posted a new topic "exclude ~ from text filter" – 3 years, 2 months 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, 2 months ago
Issue related to the big size of the report which disables fast opening.
-
Jedox 4 Beginners wrote a new post 3 years, 2 months 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, 3 months 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, 3 months 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, 3 months 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, 3 months 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, 3 months 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, 3 months 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 […]
- Load More