Can't wrap my head around, why it shows no data?
Several build pipelines are running now and then, the latest run happened just today several hour ago, but the report with no filters has no data at all.
Solved.
It's totally counter-intuitive, but if the filter was initially on "Last hour" (which is the default), if you click on "Click and dismiss filters" and "Refresh", then it's the filter bar who gets dismissed, not the active filter itself.
At least, the report will still be filtered by the "Last hour" filter
Related
I've add my complication entries and this all seems to work well - each complication entry is scheduled for midnight.
I'm testing the time change by setting my Mac's date to the following day where I'm expecting my complication to update to the next entry.
However, it only updates the entry when I open and close my app. I'm expecting to see it automatically change like the other standard complications do. Is this some behaviour I need to go out of my way to implement? I'd expect an automatic change as per the docs.
I've found the following:
ClockKit begins displaying a timeline entry precisely at the time specified by the entry’s date property.
But surely this is a greater than check too? I tried setting it exactly to midnight but (surprisingly) this doesn't work either.
Any help is appreciated.
Additionally, I found the following regarding updating the timeline, but I would have thought this would be for changing the timeline entries as oppose to just refreshing the complication for the current timeline:
During a background app refresh task. You can schedule background tasks to periodically update your watchOS content. This works best when your data changes at predictable times.
The Watch Simulator appears to have some quirks around handling of times. In particular, it doesn’t seem to obey time changes on the underlying system until you relaunch it.
Relaunch the Simulator after changing the system clock and check on your Complication then. If you want to test the transition to the next day specifically, you can set the system time to 11:58 pm and wait for it to cut over.
I just started using Full Calendar 4. Its awesome.
All things working great.
I am including a functionality to resize already selected dates across multiple months. For example, I select dates in April, and I want to continue my selection to 10th of May, But I think currently it is not possible.
I am trying to make it work like:
Click on next month, save current selected dates, by holding Ctrl or Shift keys, click on other dates and adding those dates to previous selected dates.
I went through new feature requests and issues, but this exact feature did not listed there.
Just curious to ask that if any other possible work around to this functionality or am I doing it right?
Stackdriver logs search is great for finding particular logs one might be interested in, but then it's a bit annoying to zoom out and look at nearby logs e.g. what was happening around that time, especially if a lot of logs were generated on/near the same timestamp. Kibana has a feature for being able to see nearby docs[1] and apply/takeaway filters, is there a way to do this in Stackdriver?
[1] https://youtu.be/sNGbxbCv-6I
There are some basic filters available in Stackdriver which may not exactly what you see in Kibana but would serve your purpose. You can use the time-range selector drop-down menu to filter specific date and time in the logs. Once you identify a specific log, you can set time to see logs before and after using the "custom" field of time range selector.
Alternatively, you can set "Jump to time" field from the time-range selector field and then set time for specific log and then you could use another drop-down menu next to the time-range selector from where you can select time ranges (Eg. +/-1 Hour, +/-6 hours etc).
I am using classic asp for a web application. I am running the web application on internet explorer.
I had developed few reports related to sales data. All the sales report are linked to Sales Dashboard. Every report has some selection criteria like customer selection date period selection product group selection and other few.
Now the problem which I am facing.
I open a total sales report for the entire year which takes almost 15 minutes to load on screen. while the report is executing if I try to open any other from the sales dashboard the page with selection criteria will appear after the first report is completely executed. If I copy the link location for the second report and open it in new window of internet explorer it will open normally.
I am not able to trace the problem did anyone had face the same problem.
First, I agree with this comment posted under the question:
IIS/ASP only allows one concurrent request per session. This is why the second request does not happen until after the first one completes. If you open a new browser instance or a different browser then this is treated as a different session.
Second, if all that is being asked here is whether other people have similar issues or not, then the answer is yes, due to what johna said in the comment.
If you're looking for a way to get around that for yourself, the way described in the comment (open a new browser instance or a different browser) will work.
However, if you're after a way to bypass the 15 minute wait time entirely, give some though to preparing the data before the report is called. What I mean by that is either schedule the report to run after close of business each day and store the relevant HTML or data separately, and/or provide a button to prepare the report based on current data which can be run whenever the user wants.
I'm trying to create a report based on opportunities. One stat I'd like to see is opportunities that were modified but were not created this/last week, so I can see how many old opportonities have been worked on.
However on setting the filter criteria, the closest thing I can get to is "Older than X months", which will show all records modified but created more than a month ago.
Correct concept, but I need this to be 1 or 2 weeks.
I don't want to use "on or before" as you have to set a specific date. I need this report to be dynamic.
Any suggestions?
A possible solution is to make dynamic the date inside the On or Before condition.
You can follow this tutorial:
CRM Answers - "On or Before" and "On or After" conditions inside FetchXML Reports
I suggest you just use "on or before", and then calculate the date at runtime, based on the current date.