i would need to be able to do the sums for the duration of the job so we can send it to them weekly as its appx a 6 month job throughtout the yearthen Like 0 Reply Amber1023 Brass Contributor to JKPieterseMay 11, 2023 will it be a running table for the guys to inse...
I tried a pivot table with a calculated field but it spit out 100%. On the other hand you really do not need a pivot table for this. In E2: =COUNTA(tbl_Jobs[Job]) In F2: =COUNT(tbl_Jobs[Date done])/E2 Yes, I am aware of these. The actual table/db is much larger and comp...
l_job number; begin dbms_job.submit( l_job, 'execute immediate ''alter index idx1 rebuild'';' ); commit; dbms_job.submit( l_job, 'execute immediate ''alter index idx2 rebuild'';' ); commit; end; Now, just set job_queue_processes > 0 to set the "degree of threads" and in ...
yarn test + + job_test_build: + name: Test (Build) + needs: job_build + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - uses: volta-cli/action@v1 + - uses: actions/cache@v2 + with: + path: ${{ github.workspace }}/node_modules + key: ${{ runner...
I'm testing materialized views based on the sample queries below:Lookup to another materialized view (bar_mv) storing last timestamps in field LAST_FOO_TS...