Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all
How to create a radio button in Qlikview.
Can any you help me on this
one example:
tabSampleData:
LOAD RecNo() as ID,
DayName(Today()-Rand()*300) as Date1,
DayName(Today()-Rand()*300) as Date2,
Ceil(Rand()*200) as SomeFact
AutoGenerate 10;
tabDates:
CrossTable(DateSource, Date)
LOAD ID, Date1, Date2
Resident tabSampleData;
(to be combined with a master calendar ...)
hope this helps
regards
Marco
I think this is something that might work for you:
I attached the demo QVW that the above screenshots were taken from ....
one example:
tabSampleData:
LOAD RecNo() as ID,
DayName(Today()-Rand()*300) as Date1,
DayName(Today()-Rand()*300) as Date2,
Ceil(Rand()*200) as SomeFact
AutoGenerate 10;
tabDates:
CrossTable(DateSource, Date)
LOAD ID, Date1, Date2
Resident tabSampleData;
(to be combined with a master calendar ...)
hope this helps
regards
Marco