Viewing 9 posts - 1 through 9 (of 9 total)
I was able to do it with the following expression below :
=IIf(Previous(Fields!Name.Value) = Fields!Name.Value, True, False)
The problem now is that there is a white space below which I need to...
March 5, 2015 at 9:03 am
So there might something wrong with the query, when I ran it without any changes just the way it is nothing is loaded, maybe I am missing something here.
Anyways thanks...
December 12, 2014 at 2:19 pm
Sorry that is the write one.
SELECT @Cmd = REPLACE(REPLACE(
'DIR "C:\Car\CarSubfolder\*.jpg" /s /b'
...
December 12, 2014 at 8:57 am
Hello Jeff,
I have insert the info in this part of the query, but something is not working. Is there any wrong that inserted in the query? also <<Name>> what should...
December 12, 2014 at 8:55 am
Hello Jeff,
Sorry for the late reply, too much snow up here in Canada and network issues.
So I will test it now, but before I got a question for you. On...
December 11, 2014 at 10:38 am
So the reason why it should be that way it is because I will join this table that will contain the folders and subfolders names, images with another table.
So it...
December 8, 2014 at 8:10 pm
Yeap, why not. As long as I will be able to load into the table the folder and sub folder names as well images that would be great.
Could y provide...
December 8, 2014 at 7:50 pm
Hello Jeff, thanks for the reply and help.
This is the code below, I would need to change this code or come up with a new one that would allow me...
December 8, 2014 at 7:30 pm
Viewing 9 posts - 1 through 9 (of 9 total)