Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Hi Mike - it's my understanding that they do not have anything automatically turned on (like they do in Taleo) and that you have to do some activation and storage in a table on-prem. If you search MOS for Usage Statistics, you might find some more information. We are working on getting the table going on our end, but just…
-
Tristan - I am not sure if this is live data or staging data, but if this is live data, I strongly recommend you remove the Excel attachment as you are including personally identifiable information (including criminal background check pass/fail). I cannot say why the conditional formatting is not working to highlight NO…
-
Rachel - where would I find these reports? I did a search and cannot find anything. Maybe I am not in the right spot?
-
Peter - is it possible that your users would have more than 1 effective start/end date? Can you put in a MAX/MIN statement there?
-
Hi Matt - the easiest way that I have found (without seeing your screenshot - doesn't look like it was attached?) is to highlight the column with the dates and then replace / with / Not sure why that matters, but then it works as a date column.
-
Natalie - how do you want it to look? This may help in providing an answer. Because really, you could just remove the column or have it display blanks. But I don't think that's what you are looking for right?
-
Hi Lin, You need to cast the non-text type to text type. Try this: CAST("Requisition Identification"."Req. Identifier" AS VARCHAR(10))||'-'||CAST("Candidate Identification"."Candidate Identifier" AS VARCHAR(10))
-
Hi Aaron - sometimes I have this problem, so I put a filter in to a few IDs (candidate or employee, whichever works for you) that I am expecting blank AND non-blank. This way, I know the data is even pulling through (without the IS NULL or IS NOT NULL filter). If the blank ones are showing up, then add the IS NULL ... did…
-
Hi Tonya - we use user groups to limit access to locations. For example, if you are a store recruiter, than your user group would be Store#### ... distribution recruiter would have a user group of DC#####, etc. The User Type says that you can create/edit a req if you are part of the user group, so many of our users will…
-
Hi Dawn - yes, this is exactly what I came on to recommend!
-
It is not often I only want to run 5 rows and see it in Tree View. It is most likely that I will run 100 rows in Table View. Having the default setting will allow us to save time every single run.
-
Francis - this error seems like a report (or data configuration) issue and not a security issue? Does the report run/work for you or others?