Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi I am using umbraco 7.6
I would like to know if it is possible to simply get a high number from a query on items that have a radio list.
So for example
I would like the highest number possible for say Bedrooms in a house.
I have a data type bedroomNum which is a radio list with the numbers 1 to 10
in a pagetype called houseDetail.
Before I create a picker for max bedrooms I would like to only present what is possible.
So the value I am looking for, for a variable is
select the highest value of bedroomNum from all houseDetails How would
I create a query for this if it is possible within a partial view.
Kind Regards
Rob
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Filtering or Ordering by contents of radio buttons.
Hi I am using umbraco 7.6
I would like to know if it is possible to simply get a high number from a query on items that have a radio list.
So for example
I would like the highest number possible for say Bedrooms in a house.
I have a data type bedroomNum which is a radio list with the numbers 1 to 10
in a pagetype called houseDetail.
Before I create a picker for max bedrooms I would like to only present what is possible.
So the value I am looking for, for a variable is
select the highest value of bedroomNum from all houseDetails How would
I create a query for this if it is possible within a partial view.
Kind Regards
Rob
is working on a reply...