no, from what I see in the code the "dependfld" is a fixed parameter. 
You cannot easily add more of this type without modifying some PHP and 
JS code. And it currently just works for type "suggest", not "options".

armin

On 25/06/2012 21:29, deivid menna wrote:
> Hello, can be added more fields dependents in searches,in adittion to 
> dependfld? Ej. dependfld2
>
>
> <field type="s" name="cmcncd" >
>
> ...
> </field>
>
> <field type="s" name="field2" >
> ...
> </field>
> <field type="s" name="cmsbname" >
> <definition dependfld="cmcncd" dependfld2="field2" >
> <sql>SELECT DISTINCT cmsbname FROM cmeu01 WHERE cmsbname ~* '^[search]' {and 
> cmcncd = '[dependfldval]'} {and field2 = '[dependfldval2]'} ORDER BY 
> cmsbname</sql>
> </definition>
> </field>
>
> My regards
>
> Se puede agregar en las busquedas mas campos dependientes, ademas del campo 
> dependfld? Ej. dependfld2
>
> Muchas gracias.
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> pmapper-users mailing list
> pmapper-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pmapper-users
>


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to