Recent Discussions
Calculate values in different scenarios
Hi all, I tried to issue an api.Data:calculate with the following (fake) formula : A#ACCXXX:F:MYFLOW:S#MYSCEN = A#ACC001:F#CHI:S#ACT Of course OS complains because I'm reading from the current Scenario (ACT) but I want to write in a different Scenario that implies a different Data Unit (is it ?) While being in ACT scenario, if I would switch to DataBuffers to write in the destination Scenario (is it?) Could someone point me in the right direction ? I did this, but looks like it doesn't write a **bleep** ! Dim _srcDC As DataCell = api.Data.GetDataCell("A#ACC001:F#CHI:S#ACT") Dim _targetDB As New DataBuffer() Dim _dcNew As DataCell = New DataCell(_srcDC) _dcNew.SetScenario(api, "MYSCEN") ' This WON'T CHANGE <=================== _dcNew.SetAccount(api, "ACCXXX") ' This Change _dcNew.SetFlow(api, "MYFLOW") ' This Change _targetDB.SetCell(si, _dcNew) api.Data.SetDataBuffer(_targetDB, _destinationInfo) In the end, works fine... just doesn't change the Scenario... :-/ What am I doing wrong ? Thanks in advance for your help FabioGFabioG21 hours agoContributor3Views0likes0CommentsTransaction Matching Module movement to different environment
We are preparing to move the Transaction Matching (TM) module, an out-of-the-box marketplace solution, from the Development environment to the QAT environment. Could someone please guide me on the process for migrating the database tables, along with the match sets and matching rules created within the TM module? Specifically, is there a way to extract and load these artifacts directly, rather than recreating the entire solution from scratch in the new environment?pmahendra25 days agoNew Contributor3Views0likes0CommentsDiscover parameters not working in guided reporting
Hi Team, In guided reporting, I've attached cube views that contain parameters. Defined global options in guided reporting setting. When I discover parameters, it does not work. Can't see the parameter list.Harshada_2829 days agoNew Contributor II11Views0likes0CommentsSQL Table Editor
I am currently working on a SQL Table Editor component in Workspaces and would like to know if it is possible to dynamically change the background color of a cell after a user edits its content (e.g. highlight the updated cell in a different color). Is this functionality supported in the SQL Table Editor? If so, please share how to implement this behavior - either through a business rule, parameter or any available UI configuration. Any guidance or examples would be greatly appreciated.EdwinS2 months agoNew Contributor II27Views0likes0CommentsDisable 'rename journals'
Hi everyone, My employer recently migrated from v7.4 to v8.5, and one of the new 'features' is the ability to rename journals before submission. Due to internal processes we'd like to restrict users from making any changes to journals names (regardless of their status) as they must follow a predefined naming convention. Based on your experience, does anyone know if this is possible? Thanks, SERGIOsergiopardo222 months agoNew Contributor9Views0likes0Comments- Wikus2 months agoNew Contributor III21Views0likes0Comments
Local Server Installation - Login Error
Hi All, Finished the installation of the databases and webserver on the machine, following the installation guide it reached a point where it told me to test the application and login for the first time using preset credentials. I tried inserting the standard credentials but I would get the error message "Unable to log on user 'Administrator'. The password was reset and needs to be changed." and it does not allow me to change the password (see screenshot below). This is a fresh installation and the standard credentials were never used before, did some error occur during the installation or is there something I have to do to make it work correctly? Any help would be greatly appreciated, AlbertoAlbertoI3 months agoNew Contributor30Views0likes0CommentsQuick certification of a Certify Workflow using business rule
Hello everyone, Is it possible using a business rule to make a quick certification for a Certify Workflow? I was abel to complete the Certify Workflow task using business rule but the certification status remains rejected. Thank you in advance for your help. Regards, Antonyaabirached3 months agoNew Contributor II20Views0likes0CommentsExternal provider sign in / pop-up window v8
Hi, at the moment we are migrating OS from v6 to v8. The logon procedure in V6 and V8 is SSO, while login in V6 on there is a small pop-up window to choose an account for OS. This pop-up automatically closes after the choice. In V8 the button External provider sign in is not there, instead via logon it opens a full window that does not close automatically. is there are solution to get this full web-page closed in v8? thanks,Rutger3 months agoNew Contributor III10Views0likes0Comments