Reply to How to multiply two value from two fields will solve your problem.
Reply to How to split a field into two fields will solve this query as well.
SELECT GL_ID, GL_Name_VC, SELECT Period_TI FROM <tablename> WHERE Period_TI = 1 as Period_01, SELECT Period_TI FROM <tablename> WHERE...
Here is the query SELECT Period, Date dt1, GL_Name_VC, (Select Amount from <TableName> where Amount > 0 AND Period = 1 AND Date = dt1) as...
Here is the query. SELECT GL_Name_VC AS description, SUM(Amount) FROM <TableName> WHERE Period_TI = 08 GROUP BY GL_Name_VC
Can you clarify on what is the difference between sales and total sales / cost and totla cost.
Isnt the liability 19,000 instead of 10,000 Here is the query Select GL_Name_VC as description, SUM(Amount) from <TableName> Group By GL_Name_VC
Try contacting the equation editor online through the help or any other option. Yes it comes with Office but its an added plugin as far as I know....
Try contacting the equation editor for some API's
Hey I could not understand what you are asking.
I would like to be one. PM Sent.
It uses the second option as the size of the download is onky 3.6 MB which can make us assume it does not have the compiler for creating the exe....
Can you give us an example of such a program.
Thats a very complicated situations. You need to be having compiler to generate the executables but I guess your problem can be solved by a couple...
Why dont you share that with us.
Its not the problem with the pow but its just long size is not big enough to hold the data. long iTemp = (long)pow(28,7); This should avoid...
Compiling the code will be creating the exe in the debug/Release folder in the workspace folder.
What do you mean by one color. Do you mean black and white or you mean only the RGB any one stream.
So probably its the flaw of the VC in case of const in C. Both are compile time constants const / Macros.
What compiler you are using to program the code.
Separate names with a comma.