Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
how Year on bottom with single line can be created
| Header 1 | Header 2 | Header 3 | Header 4 |
|---|---|---|---|
| 2010 | 2009 | 2008 | 2007 |
how it can created in qlick view
Hi Ravinder,
Do you want the header1 to header4 also?
please post the expected result
regards
Marco
not required just the year and when we select particular year it shows the particular data
Use a crosstable load
Regards
Marco
Do you have 2007-2010 in your data?
If yes, and you are asking to put it in single line then,
1. Take the Year(<YourDate>) as year in script.
2. Create a listbox with field year.
3. Go to Properties of listbox => Presentation Tab => Uncheck Single Column and manually stretch the listbox to get it in one line.
On selection of year the particular data will be shown.
Regards,
Anjali Gupta