Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC:

Filter list by integer field 22 Jun 2012 12:25 #2609

Hi all,

How can I apply one of my integer fields as a filter on a list of records?

I have a field called 'fund_entry_state', it is an integer and and has a value of either 1, 2 or 3 for example!

I might yet create a lookup table for this field as these numeric values have a meaning (new, shortlisted and rejected).

Hmm, and ideas how I would go about this in the j-cook builder?

Best regards,
K...

Please Log in or Create an account to join the conversation.

Re: Filter list by integer field 22 Jun 2012 13:14 #2615

OK, I got around this by using a lookup table. However it would be nice to know how to do the same with a predefined dropdown list for example!

Thanks,
K...

Please Log in or Create an account to join the conversation.

Re: Filter list by integer field 22 Jun 2012 17:46 #2618

  • etc
  • etc's Avatar
  • Offline
  • Premium Member
  • Premium Member
  • Posts: 132
  • Thank you received: 19
Hi,

Do you mean something like "enumeration" in Data Types?

Please Log in or Create an account to join the conversation.

Re: Filter list by integer field 25 Jun 2012 08:58 #2633

Thanks for your reply but I not sure I understand!

However, I have got around this by implementing a lookup table. Admittedly it is a little bit of an overkill considering that this new lookup table will only ever have 3 values. Would have been nice to have this hard coded I guess but time is of the essence, as always. Plus as this is an admin task it is never going to be too intensive, unlike the front-end implementation which I have coded myself instead of using this CRUD builder, I reckon we can get away with it.

I could, I guess, replace the model used for this lookup with my static 3 values. Might look at doing this near the end of development.

Thanks,
K...

Please Log in or Create an account to join the conversation.

Last edit: by kristianharmer.

Re: Filter list by integer field 25 Jun 2012 09:09 #2635

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 986
I don't understand at all what are you asking for :oops:
I have coded myself instead of using this CRUD builder
Note for users : CRUD means "Create, read, update and delete" -> Model features of the component

Why ?
In a Joomla component, you shouldn't bypass the native model. it is not clean, but still possible of course.
Coding is now a piece of cake

Please Log in or Create an account to join the conversation.

Re: Filter list by integer field 25 Jun 2012 09:18 #2636

Hey Admin,

What I meant was, I haven't used J-Cook for front end, just admin only.

With regards to bypassing the model. Well as the model for my lookup is a bit of an overkill I guess I can hard code the desired values inside the model; this way no actual SQL query is carried out. I am doing this as I couldn't find a way to create a filter based on a static set of values!

(My filter has 3 values; 1, 2 and 3 with a text description for each. I could only get this filter working by implementing a lookup table.)

Thanks,
K...

Please Log in or Create an account to join the conversation.

Re: Filter list by integer field 25 Jun 2012 09:40 #2639

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 986
Yes it is possible.
Use the "Enumeration" field type.

Then , drop it in a combo filter.

That's it.
Coding is now a piece of cake
The following user(s) said Thank You: kristianharmer

Please Log in or Create an account to join the conversation.

Re: Filter list by integer field 25 Jun 2012 14:22 #2656

Fantastic, will give that a try.

Tool is great by the way; has saved me days on implementing the CRUD for administrators. :-)

Thanks,
K...

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Time to create page: 0.219 seconds

Les générateurs de code je les connais presque tous pour les avoir essorés en long en large et en travers ... mais celui ci c'est vraiment un outil formidable de simplicité et d'efficacité !
Marc. (liubov - Forum)

Get Started