former_member598172
Explorer
Member since ‎2018 Dec 12

User Statistics

  • 24 Posts
  • 0 Solutions
  • 1 Kudos given
  • 2 Kudos received

User Activity

Is there a good way to find out which database table is behind the values of a certain generic condition record? I know the database table for the condition type, but I dont see the value entries..
Hey guys, when I look for an order object in BOL BROWSER, I can find sales item (BTSalesItemAll) as well as order item (BTOrderItemAll). I do not really get the difference of both two. Does anyone have an explanation for this two? much appreciation! ...
I updated an image, which is not persisted in the database, but maintained in a folder. After I have restarted the server, the old image is still being displayed. I tried ant update running system, ant clean all or clearing caches. Nothing worked. An...
Hi guys, another question from my side.. I have trained a multilayer perceptron model, now I try to make predictions after training. But I get this error, even if I try to make prediction for the same table, which I used for training.. Could not ex...
CREATE PROCEDURE dataPreprocessing LANGUAGE SQLSCRIPT AS BEGIN EXEC 'ALTER TABLE my_table ADD (RESPONSE_RATE INT)'; Error message is: Cyclic dependency found in a runtime procedure: Not allowed to call/modify runtime procedure during its exec...