Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
dolly777
Contributor III
Contributor III

Data not visible for 2017

Hi All,

Current year data not visible in my dash board could you Please suggest?

Please find screen shot.Capture.PNG

6 Replies
Not applicable

Hi Nirmala

Do you have any data in your application for 2017?

What does your expressions look like? (Might be hard coded to 2016?)

Please provide a bit more information regarding your error / problem.

Kind Regards

Not applicable

Hi Nirmala

Does you data for 2017 dates if so it might show

Anonymous
Not applicable

Hi,

Check the data format for those with 2017, the year to be 2017, if you are loading from xls or different source than 2016.

Check first if you have in the fact tables values, maybe a field that connects table is not correct set.

Best regards,

Cosmina

dolly777
Contributor III
Contributor III
Author

Hi Jandre,

Please find Expression 4 chart

first chart exp is

=SUM(

  {<

  %measures={'overall_capex','overall_pure','overall_e_catalogue','overall_no_po','overall_nb_orders_rto'},

  %selection_type={'selective'},

  %year={'$(=MAX(%year))'}

  >}values

)/1000000

--------------------------------------------

=SUM(

  {<

  %measures={'overall_capex','overall_pure','overall_e_catalogue','overall_nb_orders_rto','overall_no_po'},

  %selection_type={'selective'},

  %year={'$(=MAX(%year))'}

  >}values

)/SUM(TOTAL

  {<

  %measures={'overall_capex','overall_pure','overall_e_catalogue','overall_nb_orders_rto','overall_no_po'},

  %selection_type={'selective'},

  %year={'$(=MAX(%year))'}

  >}values

)

Not applicable

Hi Nirmala

Please make sure this returns 2017 : =MAX(%year)).

Might be a date issue or some data isnt in the database yet.

Kind Regards

dsharmaqv
Creator III
Creator III

please attach your sample app. if data is present for 2017 then problem with the expression only.