Hi
I have a report that as been working fine until today. I am getting the below when running the report. I presumed someone had entered bad figures somewhere in the files but cannot find anything. Is there anything in the syntax I can put in that will allow the zero in the calculation. I...
Hi
I have a query that I want to display all results into one row
The query currently returns the following
But I want it to display the figures in one row for Status as Free and one row as Status Allocated with the Total being the total of all the row. I have tried group by and other...
I have a CSV file import which as a couple of issues due to the Source file not having some data
One of the columns will always be Empty but the database destination does not allow Nulls
A column in the Destination is not present in the CSV file and also does not allow null values
So obviously...
Hi
I have a field that the results show in seconds. I want to display this in minutes and seconds but unsure how to do this.
downtime AS Downtime is the filed name and the result for example on one record is 2299.35800027848
I want that to show the result 2299.35800027848 / 60 which I...
Hi
I have made another thread as I feel my last one as become complicated than it needs to be
I have forumla that does as below for Source = 1 and Finished = 6, I want Processed to be numbered 2 to 5 (there are always just 4 processes) and then select only numbers 2 and 3 to display in my...
Hi
I have a Pivot table which as a filed for the rows called ProdGroup. It as numbers from 1 to 12 and I have managed to do the totals and subtotals on each group.
However the numbers for the columns are out of number order, so instead of going from 1 to 12 it is putting the 1's first so I...
Hi
I have a long list of dates in 2 columns and want to calculate the days between them but exclude weekends and bank holidays.
I have used =NETWORKDAYS(F2,G2,P2:P10) The P2:P10 have the bank holiday dates in but when I copy the formula down it changes for example =NETWORKDAYS(F3,G3,P3:P11)...
Hi
I have a report that is grouped by orderlines.
The orders may have up to 6 rows or mote. However, I want to create 2 sperate reports.
One report that only shows the first 2 rows of the orderlines and hide the rest
The other report to only show the 3rd and fourth row of the orederlines and...
Hi
I have a large spreadsheet that as one column with all the information. I want to spilt the data into different columns before and after a ; appears (example line below). I have looked for Trim commands on google but cannot find anything quite what I am after. Could some assist please...
Hi
I am trying to do a vlookup and it looks perfect
=VLOOKUP(I2,A:G,10,TRUE) but I am getting #N/A
I have looked at a lot of examples and it seems ok. Attached is an example row, in the real sheet there are 100's of rows.
Thanks in...
Hi
I have a line of code which works ok
CAST(DATEPART(qq, dbo.JourneyHeader.JourneyDate) AS VARCHAR(4)) + ' - '+ CAST(DATEPART(yy, dbo.JourneyHeader.JourneyDate) AS VARCHAR(4)) AS QTRYEAR
This gives me the result 4 - 2023 however I would like it to look like Q4 - 2023
I have tried to add...
Hi
I have a complex query which appears to populate the workingdaysL1 column sometime and other times I get a NULL. If it is run with NULL values showing I get this in the message
Warning: Null value is eliminated by an aggregate or other SET operation.
But it brings in results except the...
Hi
I have a sheet with a vlookup which I cannot get to work. In the Vlookup tab column C I want it to bring the information in the data tab column c where column A in both sheets match.
But I am getting #N/A for all of the results. I have googled how to the vlookup so I think I have it right...
Hi
I have a spreadsheet that as data in column H called OldValue. Then entry's could start with Total Price or Unit Price.
an example of the Total one is
Total Price=91.36
I just want to get the price out of this , if I use the following formula =MID(H2,13,LEN(H2)-10) I get 91.36...
HI
I ahve a sheet that uses2 columns for mileage. Columns H and K
If H is blank then I want it to copy what is in K and if not blank then leave it as the figure it as.. I have tried the following formula but it just returns a 0 and not 841 for example.
=IF(H16="",K16,H16)
=IF(TRIM(H16) =...
Hi
I have a cell of Text which I want to add some characters to and then join them all together in one string separated by a comma.
I have managed to join all 455 rows with a comma using this formula =TEXTJOIN(",",TRUE,A1:A455)
A-GRN-R2-ARM1,A-GRN-R2-ARM2, etc......
However I want to...
HI
I am trying to get the last date by a userid they last logged something.
If I sue the following simple command I get the last date in the table, which is correct.
SELECT MAX(dbo.ScanTrackImage.DateTimeTaken) AS MaxTaken
FROM dbo.ScanTrackImage
However the table as various...
HI
I have a small query. The name column which is varchar returns 01,02,03 etc.... I want to replace if 01 to say Jan, If 02 to say Feb etc....
How can achieve this please. Any ideas, many thanks in advance
SELECT asset, name AS Month, MoulderEvents, ModTime, PLEvents, PLTime...
HI
I want to be able to export from SQL a group of data into a CSV or Excel file. This is not problem at all and I can achieve this, however, I only want to update the rows for the text file or excel document if the import rows are new and not already in the file. Is this possible and if so...
Hi
I am not the best at Crystal Syntax and I know the following is bad syntax. But I cannot seem to get away for the code to work after many google searches. Basically, I am looking at 3 different fields and if they are blank then Stock if not then the filed entry. The last one is just a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.