Results 1 to 6 of 6

Thread: Kinamu Reporter Help Needed

  1. #1
    chris.marsden is offline Sugar Community Member
    Join Date
    Sep 2011
    Posts
    57

    Default Kinamu Reporter Help Needed

    Hi Guys,

    I need a little help with a report i am trying to create.

    I want to output a selected number of days.

    ie - account created on 12/12/2011called Mr Smith, i want to output this account and any other new accounts for the previous calender week.

    it this possible?

  2. #2
    christianknoll's Avatar
    christianknoll is offline Sugar Community Member
    Join Date
    Nov 2008
    Location
    Vienna
    Posts
    939

    Default Re: Kinamu Reporter Help Needed

    (1) create a report for accounts
    (2) select date created as select field and the operator within the last n days specifying the number of days you want to go back
    (3) drag what ever fields you are looking for to the display fields.
    (4) save the report and be happy

    christian.

    Quote Originally Posted by chris.marsden View Post
    Hi Guys,

    I need a little help with a report i am trying to create.

    I want to output a selected number of days.

    ie - account created on 12/12/2011called Mr Smith, i want to output this account and any other new accounts for the previous calender week.

    it this possible?

  3. #3
    chris.marsden is offline Sugar Community Member
    Join Date
    Sep 2011
    Posts
    57

    Default Re: Kinamu Reporter Help Needed

    Code:
    Ignore
    ≠
    before
    after
    is between
    current month
    within the next 3 month
    last month
    within the last 3 month
    this year
    last year
    is empty
    is empty or NULL
    is NULL
    is not empty
    above are the only control variables i have available.

  4. #4
    christianknoll's Avatar
    christianknoll is offline Sugar Community Member
    Join Date
    Nov 2008
    Location
    Vienna
    Posts
    939

    Default Re: Kinamu Reporter Help Needed

    Seems we added the days in 2.7 .. so you will need to take the before operator and select a date in the 2.6 basic edition.

    Christian.

    Quote Originally Posted by chris.marsden View Post
    Code:
    Ignore
    ≠
    before
    after
    is between
    current month
    within the next 3 month
    last month
    within the last 3 month
    this year
    last year
    is empty
    is empty or NULL
    is NULL
    is not empty
    above are the only control variables i have available.

  5. #5
    chris.marsden is offline Sugar Community Member
    Join Date
    Sep 2011
    Posts
    57

    Default Re: Kinamu Reporter Help Needed

    is there not a way I can program these functions in the code?

  6. #6
    christianknoll's Avatar
    christianknoll is offline Sugar Community Member
    Join Date
    Nov 2008
    Location
    Vienna
    Posts
    939

    Default Re: Kinamu Reporter Help Needed

    Updating the core code of the reporter is of course doable but this is not that easy.

    The other thing you can easily do is to define a KReporter Field that holds the number of days (simple SQL doing a diff and then returning days) and then use that field for selection, sorting, etc. Look into the documetnation and find how to define KReporter Fields.

    regards, christian.

    Quote Originally Posted by chris.marsden View Post
    is there not a way I can program these functions in the code?

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Kinamu Reporter 2.6 Scheduler
    By slyzwa in forum Developer Help
    Replies: 3
    Last Post: 2012-04-30, 04:19 AM
  2. Bug in kinamu reporter
    By rakeshray in forum Developer Help
    Replies: 0
    Last Post: 2011-05-16, 02:07 PM
  3. Issue with Kinamu Reporter
    By msn in forum Help
    Replies: 1
    Last Post: 2011-02-18, 08:31 PM
  4. Errores con Kinamu Reporter
    By Raul_MP in forum Español
    Replies: 1
    Last Post: 2010-07-13, 04:30 PM
  5. Trying to use Kinamu Reporter
    By anicolais in forum Help
    Replies: 3
    Last Post: 2010-04-25, 05:15 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •