Questions tagged [impact-analysis]
22 questions
0
votes
1 answer
OBIEE Impact analysis (using SQL or PL/SQL)
I have been using Oracle Catalog Manager to determine which reports are being affected by RPD columns. I'm wondering if there is any ORACLE table where all these data is kept.
For example, by using SQL, am I able to get these data:
How are the…
user5959252
0
votes
1 answer
How to avoid detecting uninitialized variables when using the impact analysis of Frama-C
I find that if there is an uninitialized left-value (variable X for example) in the program, Frama-C asserts that X has been initialized, but then the assertion gets the final status invalid. It seems that Frama-C stops the analysis after detecting…

jkl4294967296
- 3
- 1
0
votes
1 answer
Impact ranking in Excel
I have a table with name, volumes processed and accuracy percentage. I want to calculate who has more impact overall on my business based on those two data points. I tried SUMPRODUCT by giving 50 - 50 weight-age for both data points equally but I…

Shanka
- 811
- 1
- 7
- 16
0
votes
1 answer
clone some relationships according to a condition
I exported two tables named Keys and Acc tables as CSV files from SQL Server and imported them successfully to Neo4J by using the commands below.
CREATE INDEX ON :Keys(IdKey)
USING PERIODIC COMMIT 500
LOAD CSV FROM 'file:///C:/Keys.txt' AS…

Tolga Golelcin
- 11
- 2
0
votes
0 answers
AngularJS code impact analysis
How would one perform code change impact analysis on an AngularJS website?
So if I have modified a block of code, is there anyway to determine what features are affected by this change?

Yusuf Ali
- 95
- 2
- 11
-1
votes
1 answer
Plotting bar plots for categorical variables in STATA
I have a survey data baseline and endline. I am trying to plot bar plot for qualification of the respondent in each group (baseline/endline).
I am using the following code:
graph bar, over(qualification) over(time)
It is giving me different output…

Asra Khalid
- 177
- 1
- 18
-1
votes
1 answer
Does the Test Impact Analysis Feature of Microsoft Test Manager work on manual Desktop Application Tests
I am currently working for the Test Team of my company and one of the managers gave me the task, to reduce manual regression tests based on code coverage. Now, before anyone mentions, that manual tests should be chosen depending on Use Cases and…

Simon
- 3
- 2