Hi there,
When I have first released my Flexmonster reports (over a year ago), I had to bring in all the fields from my data source in the order they were in my csv. If something was misspelled, it would have been ignored and it could potentially confuse FM and I had some unexpected results. Also, if I specify all the columns from csv up to certain column in my mapping, the rest of the columns wouldn't be accessible in the report.
I have upgraded FM (to the one prior to the latest one). I have only noticed today that all of this has changed now. I now have all the columns from the csv regardless if I specified them them in mapping or not. I have a few questions now:
Is this something that was changed in FM in that version?
How do I know what will get affected in my reports if I update to the latest version of FM?
Is there a way of hiding columns that are in csv and I don't want to have visible in the report?
Is it still necessary to map the columns in order they are coming from csv or not?
Regards
Milan
Hello, Milan,
Thank you for writing to us.
mapping
object was not the expected behavior.
Also, a quick way to check a specific report is by loading it on the main demo on our website - it always uses the latest version of Flexmonster.
visible: false
in the mapping object.mapping: {
"Overall rank": {
visible: false
}
}
Here is a JSFiddle for illustration: https://jsfiddle.net/flexmonster/0cL2sj9t/.
Please let us know if this helps.
Kind regards,
Vera
Thanks Vera!