Viewing Report Last change date in JDE/C3ME - oracle

Could someone please let me know the path to see the last change date on JDE reports (both standard and customized reports)?
Thank you!!

You could find this information inside the object librarian table (F9860). Search by object name and the last update date is near the end of the grid.

Related

How can I create a measure that returns the newest status (non-numerical) in the data set?

I have a table in Power Pivot called tabStatus (see picture). I want to create a measure for this table that returns the status_code (a text field) for the newest status (= highest/newest time stamp in the status_change column).
I feel this should be really easy (I am new to DAX). Any ideas as to how I can create this measure?
Appreciate all the help!
I'm going to assume that your Status_change column is a valid date/time format in your locale.
Newest Status:=CALCULATE(LASTNONBLANK(tabStatus[Status_code],0),filter(tabStatus,max(tabStatus[Status_change])))

How can I get the creation date from a file on plsql

Can somebody help me to know how can I get the creation date of a file in plsql?
I thought that I can apply the creation date in the name of the file, but the file name cannot be changed, then I need a method that can help me to know when a specific file or a group of file was create.
I've tried to search on internet a similar solution, but I haven't found it.
Thanks a lot.

How to filter a data set by date/time stamp to show only current date data?

I am using new Google Sheet. The data set is this: https://docs.google.com/spreadsheets/d/1LaZXonjnGoseGyrjiVurIaWvAmpVfPA3DiT8p8_KIoc/pubhtml.
(please note that in europe we use ; instead of , in Sheet)
Data comes from a Google Form input.
I need to be able to filter the data set to show only the current date data. Anyone knows how to do that?
You could try using a FILTER() formula to only show the data from today. To do so, write the formula in a new blank sheet as follows:
=ARRAYFORMULA(FILTER('Formularsvar 1'!$A$2:$Y;ROUNDDOWN('Formularsvar 1'!$A$2:$A,0)=TODAY()))
Hope that helps,
Mike

Modifing the Date/Time Stamp of an email message using a Lotus Notes Agent

I've created an agent that copies messages from one folder to another, which works great, but I'd like to modify the Time/Date stamp on the message.
I see a value Date in the Simple Action, but can't find the variable to set the time to "now".
Any help would be greatly appreciated.
you can use formula #Now but you can't modify the date you see in the first tab of document properties, you can only edit the field in the document.

Problem with Oracle BI Answers Calendar Prompt

I have a calendar prompt which when selected is in the format 'MM/DD/YYYY' but when the filter is applied the timestamp gets appended to it.
Please see the attached picture.
I do not want the timestamp to be appended after applying the filter.
Figured out the problem - The data type of the selected column was DATETIME in the physical layer. Once I changed it to DATE everything was fine

Resources