Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
Hope all are doing good.
I need help on configuring a filter object as a single value select(Radio button selector) in QlikSense mashups.
Can someone throw some light around this please.
Thanks,
Ravi
You can write
<Input Type = "Radio" ID = "Radio_Mash_Obj" >
Hi Anil,
Thanks for your reply.
I tried the solution that posted above but no luck.
Thanks,
Ravi
Seems, Working
<form>
<input type="radio" name="Value"> Value1<br>
<input type="radio" name="Value"> Value2<br>
<input type="radio" name="Value"> Value3<br><br>
<input type="submit">
</form>
I am not passing the values into the filed. I have to make a column which is coming from the data model as a single selector.
I am using below script .
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">
<div class="ui-block">
<div id="BXfSvy" class="qvobject block-140 " type="radio"></div>
</div>
<Div> gets in to new section. But we are going to use Input type as we are giving input so input command needs to be done
Try like below
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">
<div class="ui-block">
<div id="BXfSvy" class="qvobject block-140"> <input type="radio" name="Value"> Value1</div>
</div>
</div>
Tried, Still not working.
Boom, Image please?
Only creating of HTML won't effect of your object. So, You need to pause embed parameters in your variation. that means Request response process.. So, Can you try same thing in Mashup preview and select any application to view in preview so then we can discuss
Hi
Are You using Bootstrap
use class style from bootstrap class name other wise use your own code
jquery - Line up radio buttons in Bootstrap 3, regardless of label length - Stack Overflow