Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by amtek

  1. amtek

    Changing Legend Label at Runtime

    Hi, In Chart type reports how to change the label of Legend at Runtime..(I have created a formula Column @CntLL and used in Show Values.. While displaying in Legend it shows it as Sum of @CntLL.. But I want it to be shown as Total No. Of Licences) Thanking You, Amit
  2. amtek

    Query on Chart type Report

    Hi I tried out with the solution given by you. But it retrieves records for all the months available in the table. I want it for a particular month which is selected in VB application. Thanx a lot, Amit
  3. amtek

    Query on Chart type Report

    Hi, I am having two tables : DrivingLicence and LearnersLicence with DLNo and LLNo as primary keys. I want to generate Count(DLNo) and Count(LLNo) for the particular month selected and show the same in a Side by Side Bar Chart Report (One bar for Count(DLNo) and another for Count(LLNo)). I am...
  4. amtek

    How to Use Count Function in Formula Editor

    Hi How to use Count(fld, condFld, cond) from Function Tree list of functions in Formula Editor. I am using it as : Count({Emp.Empno},{Emp.Ename},"=Amit"); But it is giving the error as : 1.The Summary/Running Total Field could not be created. 2.A group condition is not allowed...
  5. amtek

    Query on Side by Side Bar Chart Report

    Hi I am using Side by Side bar chart to create a report Say there are three bars. Each bar represents LearnersLicence, Permanent Licence, Duplicate Licence etc. Each bar should show total number of Licences(Learners, Permanent, Duplicate etc.) issued for a month in a year. Each bar value...

Part and Inventory Search

Back
Top