Posts by Gedan Magalhães • 35 points
9 posts
-
1
votes1
answer119
viewsA: Change graphics colors with chartjs
Looking in the library, I understood how you would do it. Within the Chartdatasets variable declaration itself: barChartLabels: Label[] = ['Cadastrados com sucesso', 'Cadastros incompletos'];…
-
0
votes1
answer119
viewsQ: Change graphics colors with chartjs
Guys, I’m using Chartjs to create a Dashboard and I wanted to change the colors of the graphics. I found the Patternomaly library that assists in these changes, but I am not knowing how to import in…
-
-1
votes1
answer509
viewsQ: Change a component through another component - Angular 8
Guys, I have a Nav component where owns the company logo and a Home component, however, Home could not exist the logo I have in Nav. What would be the hidden forms of the logo when the home route…
-
1
votes1
answer64
viewsQ: Subquery with the records of a column
I have the following problem... I need to extract the information from a table where it has the following structure: tabela: PROCESSO_VALOR_TIPO Coluna : field_model_ids Dados :…
-
1
votes1
answer40
viewsQ: Reuse of Clause AND (ORACLE)
Eai Galera. I need to run a select where it gets very repetitive my conditions being various joins in the same table, Follows: select elfo.el_field_option_id "Centro de Custo ID", elfo.label "Centro…
-
0
votes1
answer1449
viewsA: PL/SQL Insert with cursor
Solved! SET SERVEROUTPUT ON; DECLARE V_FORO_MODELO NUMBER (019) := 12057 ;--MODELO A SER COPIADO(FORO_TRIBUNAL_ID); V_USUARIO NUMBER(019);--USUARIO_ID SQ_VARA NUMBER(019); V_CONTADOR NUMBER(019);…
-
0
votes1
answer1449
viewsQ: PL/SQL Insert with cursor
Everybody, good afternoon, everybody. I have 2 tables, one of foro_tribunal and another of vara In the table of vara, need to include 111 records by foro_tribunal, so I created a foro_tribunal as a…
-
0
votes1
answer190
viewsQ: Insert for each record found - PL/SQL
good morning. I’m new to Pl/sql and I need to insert 110 records (Number 1 to 110) in a table ( table: stick) for each ID of the court table. Insert would be more or less: INSERT INTO…
-
0
votes0
answers684
viewsQ: How to remove an index from localStorage
I need to make a manipulation of localStorage and I don’t know how to remove an item from an index. I’m very beginner in the subject and I don’t know how to pass this information to the button.…