Hi,
I need help.
I am using the below formula in the transformation routine but due to some reasons this is not working in BW4HANA so i would like to try using Formula.
IF ( A = ''
OR A = '00000000' ).
RESULT = ''.
ELSEIF ( B = ''
...
Hi,
I need help.
I have a flat file that has a data in the below format.I would like to split this record into 3 records in the target DSO.
Required data in the target.
The code I have wrote in the start routine but this code is not giv...
Hi,
I need your help please I need to pick up a field and populate data from a master data by comparing GUID.
I have wrote this logic in the start routine to select from table. but this is throwing error message. The start routine is a new one so...
Hi
Is there any way to assign roles to 500 + users in a easy manner in HANA Studio.
We have more than 500+ users to whom we need to assign Native Hana roles via Hana studio and also need to assign session Client .
Appreciate your suggestions.
...
Hi
We have Native HANA models(Calculation views) with roles and users in HANA studio in HANA1.0
We are moving these on to BW4HANA 2.0.
Is it possible to migrate Native HANA roles and users or do we have to build the roles from the scratch?
N...
Hi,Is it possible by selecting multiple items in input controls and passing only those into Total row?When i click on total count link, this is showing all WBS elements in the drill down report though i have selected only two in the main report.Thank...
Excellent Ayman. Thanks .Report filter is working. I would like to pass the selected values into drill down report. When i select few WBS elements in the input contro on main reportl,then in the drill down report on the totals works fine. But when i...
Hi Ayman,Thanks a lot. I just removed NoFilter from the below logic. It seems working ok now.NoFilter("OK" Where ([Status] = "Data Approved" ForEach([Project]) And ([KW] = ([KW] Where ([Status] = "Data submitted") + 1) In([Project]))))