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 Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: shadystrip
  • Order by date
  1. shadystrip

    Cross Tab - formula: a print time formula that modifies a variable..

    Yet another mistake of mine. I changed the summary options of the field to average and the numbers are correct in the crosstab cells. I will have to review the differences in what you have provided with my results. But I do sincerely appreciate the help you have given me!!!
  2. shadystrip

    Cross Tab - formula: a print time formula that modifies a variable..

    My mistake, the formula is a field I can add to the crosstabs summary. However, when I do insert it, the numbers that appear in the crosstab cells are not the calculated numbers that appear in the amp group details.
  3. shadystrip

    Cross Tab - formula: a print time formula that modifies a variable..

    I understand now what you were wanting me to try. The calculation for turnaround days per amp is correct based upon the formula you gave me: sum({@Date Diff},{lrunit.cAmpkey})/({#Count of Vacant Units in AMP/Period}) The field is not available to insert into the crosstab to summarize. Is this...
  4. shadystrip

    Cross Tab - formula: a print time formula that modifies a variable..

    This is what I tried based upon my understanding of what you wanted me to try: sum(({@Date Diff})/({#Count of Vacant Units in AMP/Period})) I received the message ont he formula: A field is required here referring to (({@Date Diff})/({#Count of Vacant Units in AMP/Period})) Perhaps I do not...
  5. shadystrip

    Cross Tab - formula: a print time formula that modifies a variable..

    My formula: {#Number of Turnover Days/AMP}/{#Count of Vacant Units in AMP/Period} does calculate correctly in the group section. The sum of the trunaround days is based upon the DateDiff ('d',{lrunitst.start_dt},{lrunitst.end_dt}) The turnaround days is not a field in the db/table. I have...
  6. shadystrip

    Cross Tab - formula: a print time formula that modifies a variable..

    Each AMP is an apartment complex. I am wanting to calculate the average turnaround time for each complex after a apartment in that complex becomes vacant. In some instances, when an apartment becomes vacant, work is done by cleaners, carpenters, plumbers, painters, etc. The work done by each of...
  7. shadystrip

    Cross Tab - formula: a print time formula that modifies a variable..

    I had done the average date diff for each record, restting on change of amp group and the calculation does not match the manual or calc from summing.
  8. shadystrip

    Cross Tab - formula: a print time formula that modifies a variable..

    My crosstab has rows which are amps (a group, made up of units) and my columns are month groupings, mar-09, april-09, etc through mar-10. In my report detail I am summing date differences grouped by month (Number of Turnover Days/AMP)and counting each record (Count of Vacant Units in...
  9. shadystrip

    Cross Tab - formula: a print time formula that modifies a variable..

    I have defined an average formula that gives the correct results in a group footer section of the report. My cross tab is in the reprot footer section of my report. I would like to have that average appear in my cross tab. When I insert the average formula in the cross tab, I get the following...

Part and Inventory Search

Back
Top