Viewing 15 posts - 1 through 15 (of 25 total)
have you tried this :
set the InteractiveSize >>>>> Height property to 0cm:
this will work fine in excel as it will squeeze everything into one tab.... but i am not sure...
October 28, 2016 at 12:11 am
thanks for the response.
okay so as explained above the formula currently reads like this
spj(16909)(a/3)+spj(16212)(a/3/3)+spj(16214)(a/3/3)+spj(16918)(a/3/3)+spj(16472)(a/3/3)+spj(16473)(a/3/3)+spj(16779)(a/3/3)
as you can see it contains a specific number after the bracket but this number is actually...
October 18, 2016 at 4:04 am
although that is a simpler way to do it ...we have tons of formulas that do different calculations.
"PRJ" stands for project. the number within the brackets is the project id...
June 30, 2015 at 11:25 pm
thanks guys for the responses.
i have passed a 3rd parameter and i am working on the stored procs now.
will inform you as a i make progress.
June 25, 2015 at 11:21 pm
Thanks Twin.
i have been working on something like your solution but i will make the tweeks to it now.
just one question though...
Will the financialYearID not conflict ?
June 24, 2015 at 3:03 am
Basically our requirements is to put both the stored procs in 1.
We have been ordered to do so....:w00t:
June 24, 2015 at 1:03 am
Not sure if this will help...
but from my experience i know that you will need to create a Split Function and then pass the value in the query.
i usually just...
February 12, 2015 at 10:42 pm
hi thanks for the response.
i need to add time to my query.
what i am doing in the code is calculating the Sunday of every month.
all i would like to add...
January 22, 2015 at 11:57 pm
hey thanks for the response
i will most definitely give that a shot.
January 22, 2015 at 2:46 am
thanks man for the response.
i just added the number of rows and it worked perfectly
November 24, 2014 at 3:06 am
thanks for the response.
but what i actually would like to do is show a report.
this report needs to be in a form of a pop up if possible but on...
October 29, 2014 at 11:33 pm
i am not sure if this will help.
since your users are external, why not try to create a group on your domain with the relevant users and then try to...
October 29, 2014 at 4:24 am
hello all
thanks for all your assistance yesterday.
i have a new requirement :
i would like to split this string after the "+" symbol:
prj(9204)(a)+prj(9205)(a)+prj(9206)(a)+prj(9207)(a)+prj(9208)(a)+prj(9209)(a)+prj(9210)(a)+prj(9211(a)
if that is my string, then i want...
October 21, 2014 at 12:26 am
select distinct p.FormulaTypeID,p.FinancialYearID,p.VersionID,p.ProjectName,f.Formula
from tb_Projects p
inner join tb_FormulaTypes f on p.FormulaTypeID=p.FormulaTypeID
this is still not pulling the right results 🙁
October 20, 2014 at 7:00 am
Viewing 15 posts - 1 through 15 (of 25 total)