Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Radio buttons

Hi all

How to create a radio button in Qlikview.

Can any  you help me on this

1 Solution

Accepted Solutions
MarcoWedel

one example:

QlikCommunity_Thread_250558_Pic1.JPG

QlikCommunity_Thread_250558_Pic2.JPG

QlikCommunity_Thread_250558_Pic3.JPG

QlikCommunity_Thread_250558_Pic4.JPG

QlikCommunity_Thread_250558_Pic5.JPG

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

View solution in original post

3 Replies
petter
Partner - Champion III
Partner - Champion III

I think this is something that might work for you:

2017-02-20 18_26_28-QlikView x64 - [C__Users_psd_Downloads_Dynamic Date Field for Calendar Object.qv.png

2017-02-20 18_27_14-QlikView x64 - [C__Users_psd_Downloads_Dynamic Date Field for Calendar Object.qv.png

I attached the demo QVW that the above screenshots were taken from ....

MarcoWedel

Hi,

maybe helpful:

Canonical Date

regards

Marco

MarcoWedel

one example:

QlikCommunity_Thread_250558_Pic1.JPG

QlikCommunity_Thread_250558_Pic2.JPG

QlikCommunity_Thread_250558_Pic3.JPG

QlikCommunity_Thread_250558_Pic4.JPG

QlikCommunity_Thread_250558_Pic5.JPG

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